Skip to content

Commit

Permalink
bump version to 1.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Jun 8, 2016
1 parent 700187e commit 6da36fc
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,5 +1,5 @@
module ReaPack
class Index
VERSION = '1.0rc2'
VERSION = '1.0rc3'
end
end
2 changes: 1 addition & 1 deletion setup/reapack-index.nsi
Expand Up @@ -2,7 +2,7 @@
!include Sections.nsh
!include StrRep.nsh

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

Expand Down

0 comments on commit 6da36fc

Please sign in to comment.