From 1da5f8f880b82e8a88b1480b1b2b910b28345bd8 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 30 Jul 2026 07:37:57 +0000 Subject: [PATCH] Version 4.1.1.dev.1 A test release for the release automation. `.dev.N` is a prerelease like `.pre.N`, and `Rakefile` already excludes `v*.dev*` when it picks the changelog base of a release proper, so this version does not disturb the 4.1.1 cycle. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_019aAfsFysWM2BMuPUPMFaze --- Gemfile.lock | 2 +- lib/rbs/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8db8139f93..989db76d83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GIT PATH remote: . specs: - rbs (4.1.1.pre) + rbs (4.1.1.dev.1) logger prism (>= 1.6.0) tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index e329b7d66c..4ca0bd9b75 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "4.1.1.pre" + VERSION = "4.1.1.dev.1" end