Bump version to 4.10.7 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-08-08 15:16:21 +00:00
parent 04935995f5
commit 7ab39ba273
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
4 changed files with 10 additions and 8 deletions

View file

@ -1,16 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.10.6 -->
## [v4.10.6](https://github.com/inspec/inspec/tree/v4.10.6) (2019-08-08)
<!-- latest_release 4.10.7 -->
## [v4.10.7](https://github.com/inspec/inspec/tree/v4.10.7) (2019-08-08)
#### Merged Pull Requests
- Remove timebombs on skip_until and licensing tests. [#4351](https://github.com/inspec/inspec/pull/4351) ([zenspider](https://github.com/zenspider))
- Add a retry to expeditor defaults, per shain&#39;s advice. [#4369](https://github.com/inspec/inspec/pull/4369) ([zenspider](https://github.com/zenspider))
#### Bug Fixes
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.10.4 -->
### Changes since 4.10.4 release
#### Bug Fixes
- Fixed syntax errors in wmi doco. [#4370](https://github.com/inspec/inspec/pull/4370) ([zenspider](https://github.com/zenspider)) <!-- 4.10.7 -->
#### Merged Pull Requests
- Remove timebombs on skip_until and licensing tests. [#4351](https://github.com/inspec/inspec/pull/4351) ([zenspider](https://github.com/zenspider)) <!-- 4.10.6 -->
- Add a retry to expeditor defaults, per shain&#39;s advice. [#4369](https://github.com/inspec/inspec/pull/4369) ([zenspider](https://github.com/zenspider)) <!-- 4.10.5 -->

View file

@ -1 +1 @@
4.10.6
4.10.7

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.10.6".freeze
VERSION = "4.10.7".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.10.6".freeze
VERSION = "4.10.7".freeze
end