From 49332c302b87a547a0736947efd725a6080fac3c Mon Sep 17 00:00:00 2001 From: exoego Date: Mon, 1 Apr 2024 23:17:22 +0900 Subject: [PATCH] Bump version --- 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 7ce3d8e..8bdc2a4 100644 --- a/lib/rspec/openapi/version.rb +++ b/lib/rspec/openapi/version.rb @@ -2,6 +2,6 @@ module RSpec module OpenAPI - VERSION = '0.16.0' + VERSION = '0.16.1' end end