From f507c64aab7895868e00b758b99ae5bc2726bddb Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Thu, 6 Mar 2025 12:59:56 +0900 Subject: [PATCH] Version 3.9.0.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 930a1c35d..6f413c0d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbs (3.9.0.dev) + rbs (3.9.0.dev.1) logger PATH diff --git a/lib/rbs/version.rb b/lib/rbs/version.rb index 53c344a4d..cca77a6aa 100644 --- a/lib/rbs/version.rb +++ b/lib/rbs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RBS - VERSION = "3.9.0.dev" + VERSION = "3.9.0.dev.1" end