summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomoya ishida <[email protected]>2025-01-22 14:58:59 +0900
committertomoya ishida <[email protected]>2025-01-22 23:08:34 +0900
commit6821b0574980191e34149853af1962e81fc570ae (patch)
tree69bda0f466611e82999011567d587fc1f893c827
parentc066453118f5ecfb86282e02398a4da344e1cd79 (diff)
[ruby/irb] Bump version to 1.15.1
(https://github.com/ruby/irb/pull/1070) https://github.com/ruby/irb/commit/df37b074e3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12612
-rw-r--r--lib/irb/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index 37261082ff..b195956fe0 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.15.0"
+ VERSION = "1.15.1"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2025-01-21"
+ @LAST_UPDATE_DATE = "2025-01-22"
end