Bump version to 4.7.17 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-07-17 22:15:45 +00:00
parent 7bb9ed1676
commit 2d4798b948
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
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.7.16 -->
## [v4.7.16](https://github.com/inspec/inspec/tree/v4.7.16) (2019-07-17)
<!-- latest_release 4.7.17 -->
## [v4.7.17](https://github.com/inspec/inspec/tree/v4.7.17) (2019-07-17)
#### Merged Pull Requests
- Enable Windows 2019 packages [#4311](https://github.com/inspec/inspec/pull/4311) ([jaymalasinha](https://github.com/jaymalasinha))
- Automatically publish release notes and announce releases [#4312](https://github.com/inspec/inspec/pull/4312) ([schisamo](https://github.com/schisamo))
<!-- latest_release -->
<!-- release_rollup since=4.7.3 -->
### Changes since 4.7.3 release
#### Merged Pull Requests
- Automatically publish release notes and announce releases [#4312](https://github.com/inspec/inspec/pull/4312) ([schisamo](https://github.com/schisamo)) <!-- 4.7.17 -->
- Enable Windows 2019 packages [#4311](https://github.com/inspec/inspec/pull/4311) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 4.7.16 -->
- LANG should have gone into coverage as wel [#4308](https://github.com/inspec/inspec/pull/4308) ([zenspider](https://github.com/zenspider)) <!-- 4.7.15 -->
- Removed integration tests [#4307](https://github.com/inspec/inspec/pull/4307) ([zenspider](https://github.com/zenspider)) <!-- 4.7.14 -->

View file

@ -1 +1 @@
4.7.16
4.7.17

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.7.16".freeze
VERSION = "4.7.17".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.7.16".freeze
VERSION = "4.7.17".freeze
end