mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 3.0.44 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
529cdbafc3
commit
b5c8aa1d47
3 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 3.0.43 -->
|
<!-- latest_release 3.0.44 -->
|
||||||
## [v3.0.43](https://github.com/inspec/inspec/tree/v3.0.43) (2018-11-08)
|
## [v3.0.44](https://github.com/inspec/inspec/tree/v3.0.44) (2018-11-08)
|
||||||
|
|
||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
- port: Correctly detect FreeBSD [#3579](https://github.com/inspec/inspec/pull/3579) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
- port: Correctly detect FreeBSD [#3579](https://github.com/inspec/inspec/pull/3579) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.0.43
|
3.0.44
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '3.0.43'
|
VERSION = '3.0.44'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue