diff --git a/Gemfile.lock b/Gemfile.lock index 0b8b7b2..b0d2c59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs-inline (0.7.0) + rbs-inline (0.8.0) prism (>= 0.29, < 1.1) rbs (~> 3.5.0) diff --git a/lib/rbs/inline/version.rb b/lib/rbs/inline/version.rb index 8f50ae8..be8c652 100644 --- a/lib/rbs/inline/version.rb +++ b/lib/rbs/inline/version.rb @@ -2,6 +2,6 @@ module RBS module Inline - VERSION = "0.7.0" + VERSION = "0.8.0" end end