Bump version to 0.9.3

This commit is contained in:
Alexandre de Oliveira 2015-01-21 18:29:38 -02:00
parent c49baec356
commit 02c6ac96b0

View File

@ -1,5 +1,5 @@
module ActiveModel module ActiveModel
class Serializer class Serializer
VERSION = '0.9.1' VERSION = '0.9.3'
end end
end end