From 80514f1a20c08d88b348622767f3a82cff83c008 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 8 Feb 2023 16:15:40 +0900 Subject: [PATCH] Version 3.0.0.dev.2 --- Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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