Bump Version Number to 0.10.0.rc2

Due to the fact that users need to switch from the released version to `master` occasionally to pull in upstream bugfixes, it's important that this version number stays in sync with the released version.
This commit is contained in:
Jeff Felchner 2015-07-29 22:10:15 -05:00 committed by Jeff Felchner
parent 88eabdf6ac
commit e468030cbf

View File

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