From 0a025b685f84f3905e79a96b78d191948d0fcd9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Mon, 22 Apr 2024 13:09:55 +0900 Subject: [PATCH] Releasing v0.18.2 (#229) --- 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