mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -05:00
Bumping to 3.2.3.rc1
This commit is contained in:
@@ -2,8 +2,8 @@ module Rails
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 3
|
||||
MINOR = 2
|
||||
TINY = 2
|
||||
PRE = nil
|
||||
TINY = 3
|
||||
PRE = "rc1"
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user