mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:01 -05:00
Update the version.rb files to include a PRE part
This commit is contained in:
@@ -3,8 +3,8 @@ module ActiveModel
|
||||
MAJOR = 3
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
BUILD = "beta"
|
||||
PRE = "beta"
|
||||
|
||||
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
|
||||
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user