mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 3.0.24 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
f9e530dc67
commit
8c0f15dfb2
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.0.23 -->
|
||||
## [v3.0.23](https://github.com/inspec/inspec/tree/v3.0.23) (2018-11-01)
|
||||
<!-- latest_release 3.0.24 -->
|
||||
## [v3.0.24](https://github.com/inspec/inspec/tree/v3.0.24) (2018-11-01)
|
||||
|
||||
#### Bug Fixes
|
||||
- Change usage of `Dir.home` to `Inspec.config_dir` [#3567](https://github.com/inspec/inspec/pull/3567) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.23
|
||||
3.0.24
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.23'
|
||||
VERSION = '3.0.24'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue