updating the version

This commit is contained in:
Aaron Patterson
2012-07-23 14:41:02 -07:00
parent 125dfdfcf7
commit 753c546df4
8 changed files with 16 additions and 16 deletions

View File

@@ -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