diff --git a/Gemfile.lock b/Gemfile.lock index 0252233c5..d75a5e46e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - steep (1.8.0.dev.1) + steep (1.8.0.dev.2) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) diff --git a/lib/steep/version.rb b/lib/steep/version.rb index 8dad29e06..07d816c54 100644 --- a/lib/steep/version.rb +++ b/lib/steep/version.rb @@ -1,3 +1,3 @@ module Steep - VERSION = "1.8.0.dev.1" + VERSION = "1.8.0.dev.2" end