summaryrefslogtreecommitdiff
path: root/lib/irb
diff options
context:
space:
mode:
authortomoya ishida <tomoyapenguin@gmail.com>2023-11-21 22:02:16 +0900
committergit <svn-admin@ruby-lang.org>2023-11-21 13:02:21 +0000
commitf954a5663a6cb5fa9f55f45fd0f87e3e1eca9c17 (patch)
treebd228e812436afc3e0e47334636f71e88a740d2f /lib/irb
parent70ea3d3ac025281aeaa9a97180586a69b100994f (diff)
[ruby/irb] Bump version to 1.9.1
(https://github.com/ruby/irb/pull/773) https://github.com/ruby/irb/commit/997df3e849
Diffstat (limited to 'lib/irb')
-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 c33c4f798c..f1d9a4318d 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.9.0"
+ VERSION = "1.9.1"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-11-11"
+ @LAST_UPDATE_DATE = "2023-11-21"
end