Bump version to 4.17.10 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-09-27 23:33:04 +00:00
parent bc60fc5a80
commit f4c0c60d2e
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.17.9 -->
## [v4.17.9](https://github.com/inspec/inspec/tree/v4.17.9) (2019-09-27)
<!-- latest_release 4.17.10 -->
## [v4.17.10](https://github.com/inspec/inspec/tree/v4.17.10) (2019-09-27)
#### Merged Pull Requests
- Add resource stubs so the resource loader will find all resources [#4526](https://github.com/inspec/inspec/pull/4526) ([clintoncwolfe](https://github.com/clintoncwolfe))
- Fixed inspec lazy resource loader for rspec test dsl (eg before/after) [#4534](https://github.com/inspec/inspec/pull/4534) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.17.7 -->
### Changes since 4.17.7 release
#### Merged Pull Requests
- Fixed inspec lazy resource loader for rspec test dsl (eg before/after) [#4534](https://github.com/inspec/inspec/pull/4534) ([zenspider](https://github.com/zenspider)) <!-- 4.17.10 -->
- Add resource stubs so the resource loader will find all resources [#4526](https://github.com/inspec/inspec/pull/4526) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.17.9 -->
- Remove maintainers task from require [#4531](https://github.com/inspec/inspec/pull/4531) ([miah](https://github.com/miah)) <!-- 4.17.8 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.17.9
4.17.10

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.17.9".freeze
VERSION = "4.17.10".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.17.9".freeze
VERSION = "4.17.10".freeze
end