summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-09 19:44:01 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-09 19:44:01 +0000
commit151cea027699d29d901acd5f6cc16fd8e9c560b4 (patch)
tree688a50933eda840f262047f6360fea9ca2221dce /chef-utils
parentd586c9e06c0de10dfd69c3933da505d892d39772 (diff)
downloadchef-151cea027699d29d901acd5f6cc16fd8e9c560b4.tar.gz
Bump version to 16.5.43 by Chef Expeditorv16.5.43
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index fb96282e0c..2d5af67615 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.5.42".freeze
+ VERSION = "16.5.43".freeze
end