summaryrefslogtreecommitdiff
path: root/lib/irb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-13 10:36:34 -0800
committergit <svn-admin@ruby-lang.org>2022-12-13 18:36:45 +0000
commita1dba60b5bec6b25e8262640228e19329d0dfec2 (patch)
tree9dcb766eae13b144b99066e7d58851f82cda1e36 /lib/irb
parent856e0279ec990ef3b41285077429da47200d5a73 (diff)
[ruby/irb] Version 1.6.1
https://github.com/ruby/irb/commit/229476ba76
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 ea95e98f79..66c0c2d414 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -11,7 +11,7 @@
#
module IRB # :nodoc:
- VERSION = "1.6.0"
+ VERSION = "1.6.1"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2022-11-28"
+ @LAST_UPDATE_DATE = "2022-12-13"
end