diff --git a/Gemfile.lock b/Gemfile.lock index a0aceb93c..566a1faac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.0.0.dev.1) + rbs (3.0.0.dev.2) PATH remote: test/assets/test-gem diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index e7646d6d2..8f719e293 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.0.0.dev.1" + VERSION = "3.0.0.dev.2" end