From ceb0f3ddadbf6a01e38427a41e90ea91df57b815 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Mon, 6 Apr 2026 17:06:41 +0900 Subject: [PATCH] Start 4.1 development --- Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b87447ad1..ef73df2df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GIT PATH remote: . specs: - rbs (4.0.2) + rbs (4.1.0.dev) logger prism (>= 1.6.0) tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index af86a8b42..17375be3e 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "4.0.2" + VERSION = "4.1.0.dev" end