Bump to 0.9.4

This commit is contained in:
Benjamin Fleischer
2016-01-05 13:26:16 -06:00
parent ade4a77b8e
commit 827fca098d
2 changed files with 4 additions and 2 deletions

View File

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