Skip to content

Commit

Permalink
Merge pull request #851 from troessner/bump-version-to-3.10.1
Browse files Browse the repository at this point in the history
Bump version to 3.10.1.
  • Loading branch information
Timo Rößner committed Feb 7, 2016
2 parents d2a152d + 7444e77 commit 0bc8086
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.10.1 (2016-02-07)

* (mvz) Fix edge case syntax problems
* (troessner) Disable UnusedPrivateMethod detector by default

## 3.10.0 (2016-01-27)

* Add CodeClimate Docker integration. This will allow users to deduct their own docker image
Expand Down
2 changes: 1 addition & 1 deletion lib/reek/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module Reek
# @public
module Version
# @public
STRING = '3.10.0'
STRING = '3.10.1'
end
end

0 comments on commit 0bc8086

Please sign in to comment.