diff options
author | Stan Lo <[email protected]> | 2024-12-12 21:14:52 +0800 |
---|---|---|
committer | git <[email protected]> | 2024-12-12 13:14:56 +0000 |
commit | 911879e01f061c9ea2d3ca4eb6d73dd6981422e4 (patch) | |
tree | 76480086e78e8c2c3a6e843daf2a0da6a943a0e0 | |
parent | 197a3efc751f43956fc9ad30d688b4bfa3f7fbdb (diff) |
[ruby/irb] Bump version to v1.14.2
(https://github.com/ruby/irb/pull/1045)
https://github.com/ruby/irb/commit/dd31884657
-rw-r--r-- | lib/irb/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb index 955a3a81da..825233e214 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.14.1" + VERSION = "1.14.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-09-25" + @LAST_UPDATE_DATE = "2024-12-12" end |