diff options
author | Stan Lo <[email protected]> | 2025-01-22 00:24:09 +0800 |
---|---|---|
committer | git <[email protected]> | 2025-01-21 16:24:12 +0000 |
commit | abed4ea81029d7169ef07b85622dfbd98438dae0 (patch) | |
tree | 114e94d15c9f32ae7aceb6ea66d6454c36ccd4f3 | |
parent | a47ed9f4aa069077f9ed254d38670a9da6577ed0 (diff) |
[ruby/irb] Bump version to v1.15.0
(https://github.com/ruby/irb/pull/1066)
https://github.com/ruby/irb/commit/d3531d8fc0
-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 cae57e127a..37261082ff 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.14.3" + VERSION = "1.15.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-12-18" + @LAST_UPDATE_DATE = "2025-01-21" end |