Bump version to 4.7.26 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-07-26 18:49:01 +00:00
parent e88468736a
commit 2e9b838af1
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.25 -->
## [v4.7.25](https://github.com/inspec/inspec/tree/v4.7.25) (2019-07-25)
<!-- latest_release 4.7.26 -->
## [v4.7.26](https://github.com/inspec/inspec/tree/v4.7.26) (2019-07-26)
#### Merged Pull Requests
- Initial pass to clean up functional testing wrt exit codes and output. [#4324](https://github.com/inspec/inspec/pull/4324) ([zenspider](https://github.com/zenspider))
- Add SHA512 password example to `shadow` resource [#4314](https://github.com/inspec/inspec/pull/4314) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=4.7.24 -->
### Changes since 4.7.24 release
#### Merged Pull Requests
- Add SHA512 password example to `shadow` resource [#4314](https://github.com/inspec/inspec/pull/4314) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 4.7.26 -->
- Initial pass to clean up functional testing wrt exit codes and output. [#4324](https://github.com/inspec/inspec/pull/4324) ([zenspider](https://github.com/zenspider)) <!-- 4.7.25 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.7.25
4.7.26

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.25".freeze
VERSION = "4.7.26".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.7.25".freeze
VERSION = "4.7.26".freeze
end