Version = 0.9.0.alpha1

This commit is contained in:
Santiago Pastorino 2014-01-07 15:28:23 -02:00
parent ed9a5288f9
commit de78df509a

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = "0.9.0.pre"
VERSION = '0.9.0.alpha1'
end
end