From 9f530b9dbd11dd1cd994d2f35684471d425a667b Mon Sep 17 00:00:00 2001 From: exoego Date: Mon, 22 Apr 2024 13:02:20 +0900 Subject: [PATCH] Releasing v0.18.2 --- 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 dae8e5e..8737fda 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -2,6 +2,6 @@ module RSpec module OpenAPI - VERSION = '0.18.1' + VERSION = '0.18.2' end end