Bumps to 0.10.0.rc1

This commit is contained in:
Alexandre de Oliveira
2015-04-22 03:06:06 -03:00
parent 168c36fc7d
commit 1577969cb7
2 changed files with 7 additions and 13 deletions

View File

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