summaryrefslogtreecommitdiff
path: root/lib/irb
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-03-07 10:47:09 +0800
committergit <svn-admin@ruby-lang.org>2023-03-07 02:47:15 +0000
commit56ebeba436f7030694eea336fabad2d0d2a73871 (patch)
tree4cdeaac5921ad737dfe1348c6833329272202e3e /lib/irb
parent030f39822ac9d6d7dcdb639e099b320d3517c19c (diff)
[ruby/irb] Bump version to 1.6.3
(https://github.com/ruby/irb/pull/537) https://github.com/ruby/irb/commit/110e4a3219
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 33b423ea18..217e1210c8 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.6.2"
+ VERSION = "1.6.3"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2022-12-13"
+ @LAST_UPDATE_DATE = "2023-03-06"
end