Skip to content

Commit

Permalink
bump version to 1.1rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Oct 7, 2016
1 parent 3ef55ae commit 42b5ac4
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.1rc2'
VERSION = '1.1rc3'
end
end
2 changes: 1 addition & 1 deletion setup/reapack-index.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Unicode true
!include Sections.nsh
!include StrRep.nsh

!define VERSION "1.1rc2"
!define VERSION "1.1rc3"
!define NAME "reapack-index ${VERSION}"
!define LONG_VERSION "0.1.0.0"

Expand Down

0 comments on commit 42b5ac4

Please sign in to comment.