lib/rspec/openapi/version.rb in rspec-openapi-0.17.0 vs lib/rspec/openapi/version.rb in rspec-openapi-0.18.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module RSpec
module OpenAPI
- VERSION = '0.17.0'
+ VERSION = '0.18.0'
end
end