Bump version to 4.6.8 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-06-22 00:14:38 +00:00
parent c3a87eb4c2
commit 8bcbaf6967
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,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.6.7 -->
## [v4.6.7](https://github.com/inspec/inspec/tree/v4.6.7) (2019-06-21)
<!-- latest_release 4.6.8 -->
## [v4.6.8](https://github.com/inspec/inspec/tree/v4.6.8) (2019-06-22)
#### Merged Pull Requests
- Update date on our timebomb. [#4232](https://github.com/inspec/inspec/pull/4232) ([miah](https://github.com/miah))
- Add .bldr.toml for Linux 2 Habitat builds [#4231](https://github.com/inspec/inspec/pull/4231) ([TheLunaticScripter](https://github.com/TheLunaticScripter))
<!-- latest_release -->
<!-- release_rollup since=4.6.4 -->
@ -14,6 +14,7 @@
- Set the umask on travis in before_install so that file resource permission matcher can be tested [#4223](https://github.com/inspec/inspec/pull/4223) ([zenspider](https://github.com/zenspider)) <!-- 4.6.6 -->
#### Merged Pull Requests
- Add .bldr.toml for Linux 2 Habitat builds [#4231](https://github.com/inspec/inspec/pull/4231) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) <!-- 4.6.8 -->
- Update date on our timebomb. [#4232](https://github.com/inspec/inspec/pull/4232) ([miah](https://github.com/miah)) <!-- 4.6.7 -->
- Allow to switch off the license check for community distributions [#4156](https://github.com/inspec/inspec/pull/4156) ([artem-sidorenko](https://github.com/artem-sidorenko)) <!-- 4.6.5 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.6.7
4.6.8

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.6.7".freeze
VERSION = "4.6.8".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.6.7".freeze
VERSION = "4.6.8".freeze
end