Skip to content

Commit

Permalink
bump version to v1.1rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Dec 19, 2016
1 parent 75821a7 commit 964c52a
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
@@ -1,6 +1,6 @@
module ReaPack
class Index
# bump in setup/reapack-index.nsi too
VERSION = '1.1rc5'
VERSION = '1.1rc6'
end
end
2 changes: 1 addition & 1 deletion setup/reapack-index.nsi
Expand Up @@ -4,7 +4,7 @@ Unicode true
!include Sections.nsh
!include StrRep.nsh

!define VERSION "1.1rc5"
!define VERSION "1.1rc6"
!define NAME "reapack-index ${VERSION}"
!define LONG_VERSION "0.1.0.0"

Expand Down

0 comments on commit 964c52a

Please sign in to comment.