Bump version to 4.23.6 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-09-14 14:57:57 +00:00
parent 94224e0695
commit c8a3922d2c
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.23.5 -->
## [v4.23.5](https://github.com/inspec/inspec/tree/v4.23.5) (2020-09-14)
<!-- latest_release 4.23.6 -->
## [v4.23.6](https://github.com/inspec/inspec/tree/v4.23.6) (2020-09-14)
#### Merged Pull Requests
- autoload pry [#5246](https://github.com/inspec/inspec/pull/5246) ([mwrock](https://github.com/mwrock))
- Improve handling of bracketed options in deb source [#5210](https://github.com/inspec/inspec/pull/5210) ([Udyrfrykte](https://github.com/Udyrfrykte))
<!-- latest_release -->
<!-- release_rollup since=4.23.4 -->
### Changes since 4.23.4 release
#### Merged Pull Requests
- Improve handling of bracketed options in deb source [#5210](https://github.com/inspec/inspec/pull/5210) ([Udyrfrykte](https://github.com/Udyrfrykte)) <!-- 4.23.6 -->
- autoload pry [#5246](https://github.com/inspec/inspec/pull/5246) ([mwrock](https://github.com/mwrock)) <!-- 4.23.5 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.23.5
4.23.6

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.23.5".freeze
VERSION = "4.23.6".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.23.5".freeze
VERSION = "4.23.6".freeze
end