From e5fba1147272a8ec655bf2fac7ea96f71eeb2c1e Mon Sep 17 00:00:00 2001 From: YingRui Lu Date: Sun, 30 Jun 2019 09:54:12 +0800 Subject: [PATCH] bump version 0.7.0 --- lib/jsonapi/swagger/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jsonapi/swagger/version.rb b/lib/jsonapi/swagger/version.rb index 95f85b9..a6e4ab2 100644 --- a/lib/jsonapi/swagger/version.rb +++ b/lib/jsonapi/swagger/version.rb @@ -2,6 +2,6 @@ module Jsonapi module Swagger - VERSION = '0.6.0' + VERSION = '0.7.0' end end