Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
Asked by ko1 to release #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.
  • Loading branch information
k0kubun committed Nov 21, 2022
1 parent 7e9f27a commit 85937d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/irb/version.rb
Original file line number Diff line number Diff line change
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 85937d7

Please sign in to comment.