Bump to 0.8.0

This commit is contained in:
Steve Klabnik 2013-05-05 13:45:50 -07:00
parent 48e5ca29f1
commit a022d464f5

View File

@ -1,5 +1,5 @@
module ActiveModel module ActiveModel
class Serializer class Serializer
VERSION = "0.7.0" VERSION = "0.8.0"
end end
end end