From cf1b168781c07bde8f03fae2989c481a181cf044 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 9 Apr 2026 23:35:48 +0900 Subject: [PATCH] Version 4.1.0.pre.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 02e9c8d09..14de08716 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GIT PATH remote: . specs: - rbs (4.1.0.dev) + rbs (4.1.0.pre.1) logger prism (>= 1.6.0) tsort diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index 17375be3e..e860ea045 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "4.1.0.dev" + VERSION = "4.1.0.pre.1" end