diff options
| author | Stan Lo <stan001212@gmail.com> | 2024-01-09 13:20:08 +0000 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-19 10:49:12 +0900 |
| commit | b2ec4308d69a13f3ff3b1b3128d52b3cb0222d34 (patch) | |
| tree | e7c8e9d5f545da2aebf711e848de946d684a762c | |
| parent | 91f35305807f7303bfb58ccdffe86820a2300b8c (diff) | |
[ruby/irb] Bump version to v1.11.1
(https://github.com/ruby/irb/pull/837)
https://github.com/ruby/irb/commit/f052097c4b
| -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 c0be6d91e5..f2e0e7d7f1 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.11.0" + VERSION = "1.11.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-12-19" + @LAST_UPDATE_DATE = "2024-01-08" end |
