mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 3.0.48 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
a05183cf1c
commit
3ee216b3c2
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.47 -->
|
||||
## [v3.0.47](https://github.com/inspec/inspec/tree/v3.0.47) (2018-11-08)
|
||||
<!-- latest_release 3.0.48 -->
|
||||
## [v3.0.48](https://github.com/inspec/inspec/tree/v3.0.48) (2018-11-08)
|
||||
|
||||
#### New Features
|
||||
- Add Git SSH and HTTP basic auth support to `inspec exec` [#3562](https://github.com/inspec/inspec/pull/3562) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.47
|
||||
3.0.48
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.47'
|
||||
VERSION = '3.0.48'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue