Bump version to 4.18.44 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-12-02 21:28:06 +00:00
parent b174273034
commit 41897d3beb
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.18.43 -->
## [v4.18.43](https://github.com/inspec/inspec/tree/v4.18.43) (2019-12-02)
<!-- latest_release 4.18.44 -->
## [v4.18.44](https://github.com/inspec/inspec/tree/v4.18.44) (2019-12-02)
#### Merged Pull Requests
- Enable Codeclimate Test Coverage [#4745](https://github.com/inspec/inspec/pull/4745) ([miah](https://github.com/miah))
- Add last login date to WindowsUser [#4724](https://github.com/inspec/inspec/pull/4724) ([mbaitelman](https://github.com/mbaitelman))
<!-- latest_release -->
<!-- release_rollup since=4.18.39 -->
### Changes since 4.18.39 release
#### Merged Pull Requests
- Add last login date to WindowsUser [#4724](https://github.com/inspec/inspec/pull/4724) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.44 -->
- Enable Codeclimate Test Coverage [#4745](https://github.com/inspec/inspec/pull/4745) ([miah](https://github.com/miah)) <!-- 4.18.43 -->
- Suppress output from rubygems installs. [#4743](https://github.com/inspec/inspec/pull/4743) ([zenspider](https://github.com/zenspider)) <!-- 4.18.42 -->
- Fix ruby 2.7 warnings/errors [#4739](https://github.com/inspec/inspec/pull/4739) ([zenspider](https://github.com/zenspider)) <!-- 4.18.41 -->

View file

@ -1 +1 @@
4.18.43
4.18.44

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.18.43".freeze
VERSION = "4.18.44".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.43".freeze
VERSION = "4.18.44".freeze
end