Skip to content

Commit

Permalink
[ruby/irb] Version 1.5.0
Browse files Browse the repository at this point in the history
Asked by ko1 to release ruby/irb#444 for
simplifying ruby/debug#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.

ruby/irb@85937d71f6
  • Loading branch information
k0kubun committed Nov 21, 2022
1 parent 1753cf5 commit 509f04c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/irb/version.rb
Expand Up @@ -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

0 comments on commit 509f04c

Please sign in to comment.