Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jul 9, 2016
1 parent c4c7be2 commit 6b9e8ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

## master

* Fixes broken fallback value of input_format inside configure_input_format
## v2.3.0

* Fixes broken fallback value of `input_format` inside `configure_input_format`
[sbhklr](https://github.com/sbhklr)
[#233](https://github.com/SlatherOrg/slather/pull/233), [#232](https://github.com/SlatherOrg/slather/issues/232)

* Add `--travispro` flag
[sbhklr](https://github.com/sbhklr)
[#223](https://github.com/SlatherOrg/slather/pull/223), [#219](https://github.com/SlatherOrg/slather/issues/219)

* Fixes silent failure in case of unsuccessful upload to Coveralls
* Fixes silent failure in case of unsuccessful upload to Coveralls
[sbhklr](https://github.com/sbhklr)
[#222](https://github.com/SlatherOrg/slather/pull/222), [#217](https://github.com/SlatherOrg/slather/issues/217)

Expand Down
2 changes: 1 addition & 1 deletion lib/slather/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Slather
VERSION = '2.2.1' unless defined?(Slather::VERSION)
VERSION = '2.3.0' unless defined?(Slather::VERSION)
end

0 comments on commit 6b9e8ee

Please sign in to comment.