mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.0.33 by Expeditor
This commit is contained in:
parent
3da8fd1e98
commit
3e5a8c110a
3 changed files with 12 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,9 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release 2.0.33 -->
|
||||
## [v2.0.33](https://github.com/chef/inspec/tree/v2.0.33) (2018-03-02)
|
||||
|
||||
#### Bug Fixes
|
||||
- command resource: Add `exist?` for Alpine Linux [#2768](https://github.com/chef/inspec/pull/2768) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup since=2.0.32 -->
|
||||
### Changes since 2.0.32 release
|
||||
|
||||
#### Bug Fixes
|
||||
- command resource: Add `exist?` for Alpine Linux [#2768](https://github.com/chef/inspec/pull/2768) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.33 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.32
|
||||
2.0.33
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.32'
|
||||
VERSION = '2.0.33'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue