Bump version to 2.0.33 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-02 14:03:11 +00:00
parent 3da8fd1e98
commit 3e5a8c110a
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- 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 --> <!-- 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 --> <!-- release_rollup -->
<!-- latest_stable_release --> <!-- latest_stable_release -->

View file

@ -1 +1 @@
2.0.32 2.0.33

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '2.0.32' VERSION = '2.0.33'
end end