Skip to content

Commit

Permalink
Its beta1 all around
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Dec 18, 2013
1 parent dc90709 commit f706d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion railties/lib/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 0
PRE = "beta"
PRE = "beta1"

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
Expand Down

0 comments on commit f706d5f

Please sign in to comment.