diff options
author | Stan Lo <[email protected]> | 2024-05-01 23:19:55 +0800 |
---|---|---|
committer | git <[email protected]> | 2024-05-01 15:20:01 +0000 |
commit | fef6f5f2e1b89e8726c20c734f84bd71e6480da9 (patch) | |
tree | fb31546a550699bd2eed20947e01c822edff85bf | |
parent | 7ef8bb129ff16750429a7ede4397d0622954ca35 (diff) |
[ruby/irb] Bump version to v1.13.0
(https://github.com/ruby/irb/pull/941)
* Bump version to v1.13.0
* Add Documentation category to changelog
https://github.com/ruby/irb/commit/b9b1f35c99
-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 9a7b12766b..146daf7258 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.12.0" + VERSION = "1.13.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2024-03-06" + @LAST_UPDATE_DATE = "2024-05-01" end |