Skip to content

Commit

Permalink
Get ready for 9.1.0 release (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 22, 2017
1 parent dc01741 commit b491521
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 9.1.0 - 2016-08-22

### Added

* Better UI messages for breakpoint management.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
byebug (9.0.6)
byebug (9.1.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/byebug/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Reopen main module to define the library version
#
module Byebug
VERSION = '9.0.6'.freeze
VERSION = '9.1.0'.freeze
end

0 comments on commit b491521

Please sign in to comment.