Skip to content

Commit

Permalink
Release v1.0.0.beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
blahah committed Jun 5, 2015
1 parent a3b323b commit 820833c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ task :default => :test
# PACKAGING

PACKAGE_NAME = "transrate"
VERSION = "1.0.0.beta3"
VERSION = "1.0.0.beta4"
TRAVELING_RUBY_VERSION = "20150210-2.2.0"

desc "Package your app"
Expand Down
2 changes: 1 addition & 1 deletion lib/transrate/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module VERSION
MAJOR = 1
MINOR = 0
PATCH = 0
BUILD = 'beta3'
BUILD = 'beta4'

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
end
Expand Down

0 comments on commit 820833c

Please sign in to comment.