Skip to content

Commit

Permalink
Get ready for 9.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rodríguez committed Sep 29, 2016
1 parent 1844689 commit 5489e04
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.0.6 - 2016-09-29

### Fixed

* Error when using `byebug` with a ruby compiled against libedit (#241).
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.5)
byebug (9.0.6)

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 @@ -3,5 +3,5 @@
# Reopen main module to define the library version
#
module Byebug
VERSION = '9.0.5'.freeze
VERSION = '9.0.6'.freeze
end

0 comments on commit 5489e04

Please sign in to comment.