From 834fb982b09f165236e44a9c9aa41d900787d203 Mon Sep 17 00:00:00 2001 From: exoego Date: Sun, 21 Apr 2024 06:33:46 +0900 Subject: [PATCH] Releasing v0.18.1 --- 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