Skip to content

Commit

Permalink
Bump version to 2.1.29 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 24, 2019
1 parent 3c48b5c commit 4b4756a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!-- latest_release 2.1.28 -->
## [v2.1.28](https://github.com/inspec/train/tree/v2.1.28) (2019-07-24)
<!-- latest_release 2.1.29 -->
## [v2.1.29](https://github.com/inspec/train/tree/v2.1.29) (2019-07-24)

#### Merged Pull Requests
- Load simplecov too [#493](https://github.com/inspec/train/pull/493) ([miah](https://github.com/miah))
- less clever to worry about here since this isn&#39;t InSpec ;) [#494](https://github.com/inspec/train/pull/494) ([miah](https://github.com/miah))
<!-- latest_release -->

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

#### Merged Pull Requests
- less clever to worry about here since this isn&#39;t InSpec ;) [#494](https://github.com/inspec/train/pull/494) ([miah](https://github.com/miah)) <!-- 2.1.29 -->
- Load simplecov too [#493](https://github.com/inspec/train/pull/493) ([miah](https://github.com/miah)) <!-- 2.1.28 -->
- chmod 755 coverage.sh [#492](https://github.com/inspec/train/pull/492) ([miah](https://github.com/miah)) <!-- 2.1.27 -->
- Use our coverage.sh rather than embedded commands [#491](https://github.com/inspec/train/pull/491) ([miah](https://github.com/miah)) <!-- 2.1.26 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.28
2.1.29
2 changes: 1 addition & 1 deletion lib/train/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Author:: Dominik Richter (<dominik.richter@gmail.com>)

module Train
VERSION = "2.1.28".freeze
VERSION = "2.1.29".freeze
end

0 comments on commit 4b4756a

Please sign in to comment.