Skip to content

Commit e60666b

Browse files
author
Chef Expeditor
committed
Bump version to 3.2.14 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent a3b481a commit e60666b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
<!-- latest_release 3.2.13 -->
2-
## [v3.2.13](https://github.com/inspec/train/tree/v3.2.13) (2020-01-21)
1+
<!-- latest_release 3.2.14 -->
2+
## [v3.2.14](https://github.com/inspec/train/tree/v3.2.14) (2020-01-23)
33

44
#### Merged Pull Requests
5-
- Make stat command use &#39;-c&#39; for Yocto OS [#559](https://github.com/inspec/train/pull/559) ([michaellihs](https://github.com/michaellihs))
5+
- Fix verify step for sudo [#557](https://github.com/inspec/train/pull/557) ([zenspider](https://github.com/zenspider))
66
<!-- latest_release -->
77

88
<!-- release_rollup since=3.2.5 -->
99
### Changes not yet released to rubygems.org
1010

1111
#### Merged Pull Requests
12+
- Fix verify step for sudo [#557](https://github.com/inspec/train/pull/557) ([zenspider](https://github.com/zenspider)) <!-- 3.2.14 -->
1213
- Make stat command use &#39;-c&#39; for Yocto OS [#559](https://github.com/inspec/train/pull/559) ([michaellihs](https://github.com/michaellihs)) <!-- 3.2.13 -->
1314
- Yocto Project family and Yocto Linux and balenaOS platform detection [#558](https://github.com/inspec/train/pull/558) ([mattray](https://github.com/mattray)) <!-- 3.2.12 -->
1415
- Refactor with_sudo_pty to BaseConnection (no-op) and SshConnection. [#554](https://github.com/inspec/train/pull/554) ([zenspider](https://github.com/zenspider)) <!-- 3.2.11 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.13
1+
3.2.14

lib/train/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Author:: Dominik Richter (<[email protected]>)
44

55
module Train
6-
VERSION = "3.2.13".freeze
6+
VERSION = "3.2.14".freeze
77
end

0 commit comments

Comments
 (0)