diff --git a/Gemfile.lock b/Gemfile.lock index 70cb88238..73fd7ad9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - steep (2.1.0.dev) + steep (2.1.0.dev.1) concurrent-ruby (>= 1.1.10) csv (>= 3.0.9) fileutils (>= 1.1.0) @@ -102,4 +102,4 @@ DEPENDENCIES vernier (~> 1.5) BUNDLED WITH - 4.0.5 + 4.0.9 diff --git a/lib/steep/version.rb b/lib/steep/version.rb index 8e94a67b3..3f84a8e1a 100644 --- a/lib/steep/version.rb +++ b/lib/steep/version.rb @@ -1,3 +1,3 @@ module Steep - VERSION = "2.1.0.dev" + VERSION = "2.1.0.dev.1" end