From 94bcc49443bd00cae1ca18e8ae13b3202de95bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Sun, 21 Apr 2024 06:36:42 +0900 Subject: [PATCH] Releasing v0.18.1 (#222) --- 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 74beed9..dae8e5e 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -2,6 +2,6 @@ module RSpec module OpenAPI - VERSION = '0.18.0' + VERSION = '0.18.1' end end