mirror of
https://github.com/github/rails.git
synced 2026-01-09 22:58:09 -05:00
Update versions (otherwise you install a gem from source as beta3 but internally it's beta2) and update CHANGELOG.
This commit is contained in:
@@ -3,7 +3,7 @@ module ActiveModel
|
||||
MAJOR = 3
|
||||
MINOR = 0
|
||||
TINY = 0
|
||||
BUILD = "beta2"
|
||||
BUILD = "beta3"
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user