diff options
author | Stan Lo <[email protected]> | 2024-09-26 15:38:00 +0200 |
---|---|---|
committer | git <[email protected]> | 2024-09-26 13:38:04 +0000 |
commit | 49057f36efd894663cc879be08ada042b287e93a (patch) | |
tree | 0b3f55637be11f8fd8988d36482b83d17bf12bce | |
parent | 87f4999b4f838cdbede34d76d85fb046969ad888 (diff) |
[ruby/irb] Bump version to v1.14.1
(https://github.com/ruby/irb/pull/1009)
https://github.com/ruby/irb/commit/04cd2317ef
-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 e935a1d7f7..955a3a81da 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.14.0" + VERSION = "1.14.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-07-06" + @LAST_UPDATE_DATE = "2024-09-25" end |