mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 6.4.55 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
99b520c8d9
commit
13c1ffd0e7
4 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
|
||||
<!-- latest_release unreleased -->
|
||||
## Unreleased
|
||||
<!-- latest_release 6.4.55 -->
|
||||
## [v6.4.55](https://github.com/inspec/inspec/tree/v6.4.55) (2023-09-08)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add license key error to troubleshooting page [#6609](https://github.com/inspec/inspec/pull/6609) ([IanMadd](https://github.com/IanMadd))
|
||||
- Fix liniting in omnibus/Gemfile [#6649](https://github.com/inspec/inspec/pull/6649) ([Vasu1105](https://github.com/Vasu1105))
|
||||
<!-- latest_release -->
|
||||
|
||||
|
@ -38,6 +39,7 @@
|
|||
### Changes since 5.22.13 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add license key error to troubleshooting page [#6609](https://github.com/inspec/inspec/pull/6609) ([IanMadd](https://github.com/IanMadd)) <!-- 6.4.55 -->
|
||||
- Fix liniting in omnibus/Gemfile [#6649](https://github.com/inspec/inspec/pull/6649) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.54 -->
|
||||
- CHEF-6123 Updated URL for chef licensing global service [#6647](https://github.com/inspec/inspec/pull/6647) ([Nik08](https://github.com/Nik08)) <!-- 6.4.54 -->
|
||||
- Fix for omnibus build failure on Windows due to ffi-yajl error [#6628](https://github.com/inspec/inspec/pull/6628) ([Vasu1105](https://github.com/Vasu1105)) <!-- 6.4.53 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.4.54
|
||||
6.4.55
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "6.4.54".freeze
|
||||
VERSION = "6.4.55".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "6.4.54".freeze
|
||||
VERSION = "6.4.55".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue