From e75a984fef8f4b4dfef0d75166b39c21928fedc5 Mon Sep 17 00:00:00 2001 From: Gavin Joyce Date: Sat, 16 Aug 2014 20:45:41 +0100 Subject: [PATCH] v0.5.3 --- lib/restpack_serializer/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/restpack_serializer/version.rb b/lib/restpack_serializer/version.rb index e754e7d..cfae4d3 100644 --- a/lib/restpack_serializer/version.rb +++ b/lib/restpack_serializer/version.rb @@ -1,5 +1,5 @@ module RestPack module Serializer - VERSION = '0.5.2' + VERSION = '0.5.3' end end