aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-12-03 17:06:38 +0000
committergit <svn-admin@ruby-lang.org>2023-12-03 17:06:41 +0000
commit52eabf2e329485088672beefe4bc59c148ed20cc (patch)
treec264e9fd3db7442b69f9fb69bfc95c96f3297855
parenta2197466a273928f76e00e89b3a6f5fb23569fa6 (diff)
downloadruby-52eabf2e329485088672beefe4bc59c148ed20cc.tar.gz
[ruby/irb] Bump version to v1.10.0
(https://github.com/ruby/irb/pull/798) https://github.com/ruby/irb/commit/4acc9b8d6c
-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 f1d9a4318d..b3d7bebfba 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.9.1"
+ VERSION = "1.10.0"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-11-21"
+ @LAST_UPDATE_DATE = "2023-12-03"
end