From 0ed11cceb0d6b5e176d753c09601877fe315d398 Mon Sep 17 00:00:00 2001 From: YingRui Lu Date: Wed, 8 May 2019 18:21:07 +0800 Subject: [PATCH] bump version 0.5.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 2579eca..a00a82f 100644 --- a/lib/jsonapi/swagger/version.rb +++ b/lib/jsonapi/swagger/version.rb @@ -2,6 +2,6 @@ module Jsonapi module Swagger - VERSION = '0.4.1' + VERSION = '0.5.0' end end