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