Bump version to 4.24.11 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-15 20:44:53 +00:00
parent dbc9c4b6e7
commit e170e31055
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.24.10 -->
## [v4.24.10](https://github.com/inspec/inspec/tree/v4.24.10) (2020-12-15)
<!-- latest_release 4.24.11 -->
## [v4.24.11](https://github.com/inspec/inspec/tree/v4.24.11) (2020-12-15)
#### Merged Pull Requests
- Clean up docs previews [#5344](https://github.com/inspec/inspec/pull/5344) ([IanMadd](https://github.com/IanMadd))
- Fix link to image in compliance plugin README [#5329](https://github.com/inspec/inspec/pull/5329) ([phiggins](https://github.com/phiggins))
<!-- latest_release -->
<!-- release_rollup since=4.24.8 -->
### Changes since 4.24.8 release
#### Merged Pull Requests
- Fix link to image in compliance plugin README [#5329](https://github.com/inspec/inspec/pull/5329) ([phiggins](https://github.com/phiggins)) <!-- 4.24.11 -->
- Clean up docs previews [#5344](https://github.com/inspec/inspec/pull/5344) ([IanMadd](https://github.com/IanMadd)) <!-- 4.24.10 -->
- Remove macOS 10.13 from the build matrix [#5311](https://github.com/inspec/inspec/pull/5311) ([tas50](https://github.com/tas50)) <!-- 4.24.9 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.24.10
4.24.11

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.24.10".freeze
VERSION = "4.24.11".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.10".freeze
VERSION = "4.24.11".freeze
end