Bump version to 4.24.25 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-12-21 21:13:06 +00:00
parent e5b00760c2
commit 2ff2fb3735
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.24 -->
## [v4.24.24](https://github.com/inspec/inspec/tree/v4.24.24) (2020-12-21)
<!-- latest_release 4.24.25 -->
## [v4.24.25](https://github.com/inspec/inspec/tree/v4.24.25) (2020-12-21)
#### Merged Pull Requests
- Update parslet requirement from ~&gt; 1.5 to &gt;= 1.5, &lt; 3.0 [#5354](https://github.com/inspec/inspec/pull/5354) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- Remove windows test skip timebomb [#5364](https://github.com/inspec/inspec/pull/5364) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.24.8 -->
### Changes since 4.24.8 release
#### Merged Pull Requests
- Remove windows test skip timebomb [#5364](https://github.com/inspec/inspec/pull/5364) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.25 -->
- Update parslet requirement from ~&gt; 1.5 to &gt;= 1.5, &lt; 3.0 [#5354](https://github.com/inspec/inspec/pull/5354) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.24.24 -->
- Bump chefstyle to 1.5.7 [#5358](https://github.com/inspec/inspec/pull/5358) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.23 -->
- Loosen RSpec pin to ~&gt; 3.10 [#5342](https://github.com/inspec/inspec/pull/5342) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.24.22 -->

View file

@ -1 +1 @@
4.24.24
4.24.25

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("..", __dir__)
VERSION = "4.24.24".freeze
VERSION = "4.24.25".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.24".freeze
VERSION = "4.24.25".freeze
end