version bump 0.8.1

This commit is contained in:
Steve Klabnik 2013-05-05 17:35:51 -07:00
parent c2f7af26f1
commit fe84e0ad52

View File

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