Bump to 0.8.3

This commit is contained in:
Steve Klabnik 2014-12-10 09:45:29 -05:00
parent b6b01d0b73
commit 8d31f7ee8c

View File

@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = "0.8.2"
VERSION = "0.8.3"
end
end