From 5d4fb0e79822f0c5c27eea1a305e2de824400e27 Mon Sep 17 00:00:00 2001 From: Lee Richmond Date: Thu, 23 Feb 2017 14:02:20 -0500 Subject: [PATCH] bump version --- lib/jsonapi_suite/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonapi_suite/version.rb b/lib/jsonapi_suite/version.rb index c0cf8ca5..d5728e2f 100644 --- a/lib/jsonapi_suite/version.rb +++ b/lib/jsonapi_suite/version.rb @@ -1,3 +1,3 @@ module JsonapiSuite - VERSION = "0.5.2" + VERSION = "0.5.3" end