diff options
author | Stan Lo <[email protected]> | 2024-07-06 18:54:57 +0100 |
---|---|---|
committer | git <[email protected]> | 2024-07-06 17:55:00 +0000 |
commit | abaa1b913d6ac15ab1cb6c639a9b8b6ac27b05b9 (patch) | |
tree | a630bce18dce7ec9fe820aca0e73906769a755aa /lib/irb | |
parent | 7f1fe5f091db3b05c3970e7b7a7c602922729642 (diff) |
[ruby/irb] Bump version to v1.14.0
(https://github.com/ruby/irb/pull/980)
https://github.com/ruby/irb/commit/6a9e129714
Diffstat (limited to 'lib/irb')
-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 25b7903f01..e935a1d7f7 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.13.2" + VERSION = "1.14.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-06-15" + @LAST_UPDATE_DATE = "2024-07-06" end |