Skip to content

Commit

Permalink
epic fail during release process. bump version to v1.0beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Feb 16, 2016
1 parent bd04c59 commit 0f0624a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reapack/index/gem_version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ReaPack
class Index
VERSION = '1.0beta1'
VERSION = '1.0beta2'
end
end
2 changes: 1 addition & 1 deletion setup/reapack-index.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!include MUI2.nsh
!include Sections.nsh

!define VERSION "1.0beta1"
!define VERSION "1.0beta2"
!define NAME "ReaPack Index ${VERSION}"
!define LONG_VERSION "0.1.0.0"

Expand Down

0 comments on commit 0f0624a

Please sign in to comment.