Bump to v0.10.0.rc5 🎂

This commit is contained in:
Benjamin Fleischer
2016-04-04 16:50:31 -05:00
parent b58f73ced1
commit e580487de3
4 changed files with 10 additions and 7 deletions

View File

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