From 74becf1b61272c66e835c446525920eae0b8574a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 26 Dec 2025 09:32:02 +0900 Subject: Start to develop 4.1.0.dev --- lib/bundler/version.rb | 2 +- lib/rubygems.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 732b4a0563..ca7bb0719a 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: false module Bundler - VERSION = "4.0.3".freeze + VERSION = "4.1.0.dev".freeze def self.bundler_major_version @bundler_major_version ||= gem_version.segments.first diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 41b39a808b..b52dd1b9d3 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -9,7 +9,7 @@ require "rbconfig" module Gem - VERSION = "4.0.3" + VERSION = "4.1.0.dev" end require_relative "rubygems/defaults" -- cgit v1.2.3