mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Master version is 3.2.0.beta
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
module ActiveModel
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 3
|
||||
MINOR = 1
|
||||
MINOR = 2
|
||||
TINY = 0
|
||||
PRE = "rc1"
|
||||
PRE = "beta"
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user