Bump to v0.10.0

This commit is contained in:
Ben Mills
2016-05-17 12:49:37 -06:00
parent 660e982c72
commit b6d4ec03de
4 changed files with 6 additions and 4 deletions

View File

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