1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Should be 2.2.0 as well

This commit is contained in:
David Heinemeier Hansson 2008-10-23 20:23:01 +02:00
parent eec6e0cbbd
commit ca7e4d71c2

View file

@ -1,7 +1,7 @@
module ActiveResource
module VERSION #:nodoc:
MAJOR = 2
MINOR = 1
MINOR = 2
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')