diff options
author | Stan Lo <[email protected]> | 2024-06-15 21:13:57 +0100 |
---|---|---|
committer | git <[email protected]> | 2024-06-15 20:14:01 +0000 |
commit | ce6a1ba9a169736e0313daf2b7f36a01e54a5d1c (patch) | |
tree | b57a40ed76d791ad1c6b6ce8e040add98dcd4156 | |
parent | 84947c515acb93588d9dbea722a0e52eca56bac1 (diff) |
[ruby/irb] Bump version to v1.13.2
(https://github.com/ruby/irb/pull/970)
https://github.com/ruby/irb/commit/35de7dacd4
-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 c41917329c..25b7903f01 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.13.1" + VERSION = "1.13.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-05-05" + @LAST_UPDATE_DATE = "2024-06-15" end |