Bump version to 4.25.0 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-01-15 15:13:41 +00:00
parent 1539a58c6b
commit 0de31653da
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.33 -->
## [v4.24.33](https://github.com/inspec/inspec/tree/v4.24.33) (2021-01-13)
<!-- latest_release 4.25.0 -->
## [v4.25.0](https://github.com/inspec/inspec/tree/v4.25.0) (2021-01-15)
#### Merged Pull Requests
- Allow for rspec 3.9 in the gemspec [#5381](https://github.com/inspec/inspec/pull/5381) ([tas50](https://github.com/tas50))
- Build arm packages for Debian/SLES/Ubuntu [#5386](https://github.com/inspec/inspec/pull/5386) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=4.24.32 -->
### Changes since 4.24.32 release
#### Merged Pull Requests
- Build arm packages for Debian/SLES/Ubuntu [#5386](https://github.com/inspec/inspec/pull/5386) ([tas50](https://github.com/tas50)) <!-- 4.25.0 -->
- Allow for rspec 3.9 in the gemspec [#5381](https://github.com/inspec/inspec/pull/5381) ([tas50](https://github.com/tas50)) <!-- 4.24.33 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.24.33
4.25.0

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.33".freeze
VERSION = "4.25.0".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.24.33".freeze
VERSION = "4.25.0".freeze
end