Skip to content

Commit

Permalink
bump version to v1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed May 20, 2016
1 parent 5af06f4 commit 5abae74
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.0rc1'
VERSION = '1.0rc2'
end
end
2 changes: 1 addition & 1 deletion setup/reapack-index.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
!include Sections.nsh
!include StrRep.nsh

!define VERSION "1.0rc1"
!define VERSION "1.0rc2"
!define NAME "ReaPack Index ${VERSION}"
!define LONG_VERSION "0.1.0.0"

Expand Down

0 comments on commit 5abae74

Please sign in to comment.