Bump version to 4.18.33 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-11-12 20:31:02 +00:00
parent e4a096ba83
commit d9339eab02
4 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.32 -->
## [v4.18.32](https://github.com/inspec/inspec/tree/v4.18.32) (2019-11-12)
<!-- latest_release 4.18.33 -->
## [v4.18.33](https://github.com/inspec/inspec/tree/v4.18.33) (2019-11-12)
#### Merged Pull Requests
- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider))
- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm))
<!-- latest_release -->
<!-- release_rollup since=4.18.24 -->
@ -17,6 +17,7 @@
- Add startuser systemd service v2 [#4516](https://github.com/inspec/inspec/pull/4516) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.27 -->
#### Merged Pull Requests
- Deprecate inspec/object/* classes [#4680](https://github.com/inspec/inspec/pull/4680) ([btm](https://github.com/btm)) <!-- 4.18.33 -->
- Moved test/unit/mock/* to test/fixtures [#4681](https://github.com/inspec/inspec/pull/4681) ([zenspider](https://github.com/zenspider)) <!-- 4.18.32 -->
- Bump chefstyle and fix up flagged code. [#4677](https://github.com/inspec/inspec/pull/4677) ([zenspider](https://github.com/zenspider)) <!-- 4.18.31 -->
- Revamp www/doco setup [#4674](https://github.com/inspec/inspec/pull/4674) ([zenspider](https://github.com/zenspider)) <!-- 4.18.29 -->

View file

@ -1 +1 @@
4.18.32
4.18.33

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.18.32".freeze
VERSION = "4.18.33".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.32".freeze
VERSION = "4.18.33".freeze
end