summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-17 18:27:11 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-17 18:27:11 +0000
commitb860bbd5558974925c3850f16778ee687889e771 (patch)
treef71a54a78368aaba77688c1317bc9f27f6bc094b /chef-utils
parentc2b6e8f6df6a75502f9c956a98d0fcbbf1b4ac63 (diff)
downloadchef-b860bbd5558974925c3850f16778ee687889e771.tar.gz
Bump version to 16.2.43 by Chef Expeditorv16.2.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 930be96402..ecbeb1a91c 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("../..", __FILE__)
- VERSION = "16.2.42".freeze
+ VERSION = "16.2.43".freeze
end