summaryrefslogtreecommitdiff
path: root/lib/irb
diff options
context:
space:
mode:
authorStan Lo <[email protected]>2024-12-18 18:20:02 +0800
committerHiroshi SHIBATA <[email protected]>2024-12-19 08:45:31 +0900
commit35ff04ce5ee3f4758fbde1ff2940161b02b05527 (patch)
tree6e03ffee1ac2b25b14e2a1555c13aa0caa5f0e73 /lib/irb
parentc194b26132eb7babe8a98d3fc61b9a8ac15a23d0 (diff)
[ruby/irb] Bump version to v1.14.3
(https://github.com/ruby/irb/pull/1050) https://github.com/ruby/irb/commit/49050f9bf3
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12394
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 825233e214..cae57e127a 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.14.2"
+ VERSION = "1.14.3"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2024-12-12"
+ @LAST_UPDATE_DATE = "2024-12-18"
end