summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-26 09:32:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-26 11:00:51 +0900
commit74becf1b61272c66e835c446525920eae0b8574a (patch)
tree6221247c595d05e3c5fa099bd2c6e458abf80a7f /lib
parentbdbe8d50150447748eaa92a0cce7327d8dec9903 (diff)
Start to develop 4.1.0.dev
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/version.rb2
-rw-r--r--lib/rubygems.rb2
2 files changed, 2 insertions, 2 deletions
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"