From 25f482de236db1fd42e99671e30244ce20caff01 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 18 Mar 2026 11:58:34 +0900 Subject: [PATCH] Version 4.0.1.dev.1 --- Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7e71a2701..eb2e2766f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GIT PATH remote: . specs: - rbs (4.0.0) + rbs (4.0.1.dev.1) logger prism (>= 1.6.0) tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index fa8efc6e9..2380170fd 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "4.0.0" + VERSION = "4.0.1.dev.1" end