Merge pull request #1026 from jfelchner/patch-1

Bump Version Number to 0.10.0.rc2
This commit is contained in:
João Moura 2015-07-31 11:34:42 -03:00
commit 728b8f980e

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = "0.10.0.rc1"
VERSION = "0.10.0.rc2"
end
end