Bump to v0.10.4

Conflicts:
	CHANGELOG.md
This commit is contained in:
Benjamin Fleischer
2017-01-06 16:21:04 -06:00
parent ec045a5388
commit 655c721d0d
3 changed files with 12 additions and 6 deletions

View File

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