diff options
author | Takashi Kokubun <[email protected]> | 2022-11-20 20:44:23 -0800 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2022-11-20 21:24:25 -0800 |
commit | 509f04ca9159d1dd046af4ffb19cfa8252021b55 (patch) | |
tree | 1076e68efab084cbb822867e90bf39030a72a35f /lib/irb/version.rb | |
parent | 1753cf59cc2fd30109c84d1a3ea56d226a9bcd75 (diff) |
[ruby/irb] Version 1.5.0
Asked by ko1 to release https://github.com/ruby/irb/pull/444 for
simplifying https://github.com/ruby/debug/pull/808,
and hsbt made me a gem owner for this.
Stan said 1.4.3 should have been 1.5.0, but now that it's already
released and it's not worth yanking it, we're not doing that change.
However, now that this release includes `debug` and `edit`, I think it's
a good opportunity to hit the version 1.5.0.
https://github.com/ruby/irb/commit/85937d71f6
Diffstat (limited to 'lib/irb/version.rb')
-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 2bb3aa2c99..5386bc442e 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.4.3" + VERSION = "1.5.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2022-11-17" + @LAST_UPDATE_DATE = "2022-11-20" end |