From b68447272e230e7f187e6ee44058d00149ee04b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Thu, 28 Mar 2024 16:03:16 +0900 Subject: [PATCH] Releasing v0.16.0 (#200) --- lib/rspec/openapi/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rspec/openapi/version.rb b/lib/rspec/openapi/version.rb index 592ff8e..7ce3d8e 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -2,6 +2,6 @@ module RSpec module OpenAPI - VERSION = '0.15.0' + VERSION = '0.16.0' end end