Bump version to 4.6.12 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-07-03 23:40:51 +00:00
parent 7d2c68ea09
commit 48262f68bd
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.6.11 -->
## [v4.6.11](https://github.com/inspec/inspec/tree/v4.6.11) (2019-07-03)
<!-- latest_release 4.6.12 -->
## [v4.6.12](https://github.com/inspec/inspec/tree/v4.6.12) (2019-07-03)
#### Merged Pull Requests
- Deprecate Ubuntu-14 [#4254](https://github.com/inspec/inspec/pull/4254) ([christopher-snapp](https://github.com/christopher-snapp))
- Add a verify pipeline to buildkite [#4257](https://github.com/inspec/inspec/pull/4257) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.6.9 -->
### Changes since 4.6.9 release
#### Merged Pull Requests
- Add a verify pipeline to buildkite [#4257](https://github.com/inspec/inspec/pull/4257) ([miah](https://github.com/miah)) <!-- 4.6.12 -->
- Deprecate Ubuntu-14 [#4254](https://github.com/inspec/inspec/pull/4254) ([christopher-snapp](https://github.com/christopher-snapp)) <!-- 4.6.11 -->
#### Bug Fixes

View file

@ -1 +1 @@
4.6.11
4.6.12

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.11".freeze
VERSION = "4.6.12".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.6.11".freeze
VERSION = "4.6.12".freeze
end