From 047a87bd7a8d24afa36cc6533868dc65c9198948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 13 Dec 2024 17:30:42 +0100 Subject: [PATCH] Bump Rubygems version to 3.6.0 --- lib/rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rubygems.rb b/lib/rubygems.rb index ee88d23a38..817acaa0e5 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -9,7 +9,7 @@ require "rbconfig" module Gem - VERSION = "3.6.0.dev" + VERSION = "3.6.0" end # Must be first since it unloads the prelude from 1.9.2