Bump to v0.10.4

This commit is contained in:
Benjamin Fleischer
2017-01-06 16:21:04 -06:00
parent 23f03ffd30
commit 82db1301f6
2 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
module ActiveModel
class Serializer
VERSION = '0.10.3'.freeze
VERSION = '0.10.4'.freeze
end
end