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