Bump version to 4.18.46 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-12-04 20:23:35 +00:00
parent eca23385ea
commit 55664f753a
4 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.45 -->
## [v4.18.45](https://github.com/inspec/inspec/tree/v4.18.45) (2019-12-04)
<!-- latest_release 4.18.46 -->
## [v4.18.46](https://github.com/inspec/inspec/tree/v4.18.46) (2019-12-04)
#### Merged Pull Requests
- Bump windows deadline AGAIN. [#4759](https://github.com/inspec/inspec/pull/4759) ([zenspider](https://github.com/zenspider))
- Removes broken search button and icon [#4753](https://github.com/inspec/inspec/pull/4753) ([kagarmoe](https://github.com/kagarmoe))
- Hook up logger to inspec detect. [#4760](https://github.com/inspec/inspec/pull/4760) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.18.39 -->
### Changes since 4.18.39 release
#### Merged Pull Requests
- Hook up logger to inspec detect. [#4760](https://github.com/inspec/inspec/pull/4760) ([zenspider](https://github.com/zenspider)) <!-- 4.18.46 -->
- Bump windows deadline AGAIN. [#4759](https://github.com/inspec/inspec/pull/4759) ([zenspider](https://github.com/zenspider)) <!-- 4.18.45 -->
- Removes broken search button and icon [#4753](https://github.com/inspec/inspec/pull/4753) ([kagarmoe](https://github.com/kagarmoe)) <!-- 4.18.44 -->
- Add last login date to WindowsUser [#4724](https://github.com/inspec/inspec/pull/4724) ([mbaitelman](https://github.com/mbaitelman)) <!-- 4.18.44 -->

View file

@ -1 +1 @@
4.18.45
4.18.46

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.45".freeze
VERSION = "4.18.46".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.45".freeze
VERSION = "4.18.46".freeze
end