From d298bb71f5b3aa36d9248a56f0616525ea3ff68f Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 3 Aug 2026 03:18:01 +0000 Subject: [PATCH] Start 4.2 development Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01QHHu1wodDoUBPi2Cs7yhCn --- Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1da8a68e6..de5569be0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GIT PATH remote: . specs: - rbs (4.1.2) + rbs (4.2.0.dev) logger prism (>= 1.6.0) tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index 243f184d5..db11861cd 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "4.1.2" + VERSION = "4.2.0.dev" end