diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/version.rb | 2 | ||||
-rw-r--r-- | lib/rubygems.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 7c03d8687f..46a984283d 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: false module Bundler - VERSION = "2.5.0.dev".freeze + VERSION = "2.5.1".freeze def self.bundler_major_version @bundler_major_version ||= VERSION.split(".").first.to_i diff --git a/lib/rubygems.rb b/lib/rubygems.rb index d1381cbb83..a5091b07b8 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -9,7 +9,7 @@ require "rbconfig" module Gem - VERSION = "3.5.0.dev" + VERSION = "3.5.1" end # Must be first since it unloads the prelude from 1.9.2 |