Skip to content

Commit

Permalink
Bump version to 0.13.1 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jul 2, 2019
1 parent 1a3b5fe commit 72d4fd2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# chefstyle change log

<!-- latest_release -->
<!-- latest_release 0.13.1 -->
## [v0.13.1](https://github.com/chef/chefstyle/tree/v0.13.1) (2019-07-02)

#### Merged Pull Requests
- disable Style/FormatStringToken [#73](https://github.com/chef/chefstyle/pull/73) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=0.13.0 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- disable Style/FormatStringToken [#73](https://github.com/chef/chefstyle/pull/73) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 0.13.1 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1
2 changes: 1 addition & 1 deletion lib/chefstyle/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Chefstyle
VERSION = "0.13.0".freeze
VERSION = "0.13.1".freeze
RUBOCOP_VERSION = "0.72.0".freeze
end

0 comments on commit 72d4fd2

Please sign in to comment.