diff --git a/Gemfile.lock b/Gemfile.lock index c09cb10..98be933 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oas_parser (0.25.0) + oas_parser (0.25.1) activesupport (>= 4.0.0) addressable (~> 2.3) builder (~> 3.2.3) diff --git a/lib/oas_parser/version.rb b/lib/oas_parser/version.rb index 1aa7b13..b49265e 100644 --- a/lib/oas_parser/version.rb +++ b/lib/oas_parser/version.rb @@ -1,3 +1,3 @@ module OasParser - VERSION = '0.25.0'.freeze + VERSION = '0.25.1'.freeze end