Skip to content

Commit

Permalink
Bump version to 4.4.72 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Jun 4, 2019
1 parent 0163c97 commit d4ae9e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.4.71 -->
## [v4.4.71](https://github.com/inspec/inspec/tree/v4.4.71) (2019-06-04)
<!-- latest_release 4.4.72 -->
## [v4.4.72](https://github.com/inspec/inspec/tree/v4.4.72) (2019-06-04)

#### Merged Pull Requests
- Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle))
- Changed version check network timeout from 1 to 3 seconds. [#4132](https://github.com/inspec/inspec/pull/4132) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->

<!-- release_rollup since=4.3.2 -->
Expand All @@ -23,6 +23,7 @@
- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.3.5 -->

#### Merged Pull Requests
- Changed version check network timeout from 1 to 3 seconds. [#4132](https://github.com/inspec/inspec/pull/4132) ([zenspider](https://github.com/zenspider)) <!-- 4.4.72 -->
- Fixing docs so Warning note appears [#4183](https://github.com/inspec/inspec/pull/4183) ([mjingle](https://github.com/mjingle)) <!-- 4.4.71 -->
- Stabilize windows functional testing [#4180](https://github.com/inspec/inspec/pull/4180) ([zenspider](https://github.com/zenspider)) <!-- 4.4.70 -->
- Turn off parallel testing (for now?) [#4177](https://github.com/inspec/inspec/pull/4177) ([zenspider](https://github.com/zenspider)) <!-- 4.4.69 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.71
4.4.72
2 changes: 1 addition & 1 deletion inspec-bin/lib/inspec-bin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path('../..', __FILE__)
VERSION = '4.4.71'.freeze
VERSION = '4.4.72'.freeze
end
2 changes: 1 addition & 1 deletion lib/inspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Inspec
VERSION = '4.4.71'.freeze
VERSION = '4.4.72'.freeze
end

0 comments on commit d4ae9e1

Please sign in to comment.