diff options
author | Stan Lo <[email protected]> | 2024-05-05 19:11:28 +0800 |
---|---|---|
committer | git <[email protected]> | 2024-05-05 11:11:31 +0000 |
commit | 93cffcf961daa58b5bc0b3e9194b792c655aebf7 (patch) | |
tree | 6675ca7d9f68977ad926ab34f58bcb1bd3966f3f /lib | |
parent | e973f9cbb38668c61084481b35ae8c1d63be74b6 (diff) |
[ruby/irb] Bump version to v1.13.1
(https://github.com/ruby/irb/pull/951)
https://github.com/ruby/irb/commit/66318d0a34
Diffstat (limited to 'lib')
-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 146daf7258..c41917329c 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.13.0" + VERSION = "1.13.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-05-01" + @LAST_UPDATE_DATE = "2024-05-05" end |