summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-24 16:11:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-24 16:11:17 +0000
commit512c96b6d72ab8f0476e8bd417d3b75e4f16dfe0 (patch)
tree04cae3dd787c9f3635d27e88333a3c4b12167bc5 /chef-utils
parent223b0d60422ad4120a1fd288266304720a866c30 (diff)
downloadchef-512c96b6d72ab8f0476e8bd417d3b75e4f16dfe0.tar.gz
Bump version to 17.0.169 by Chef Expeditorv17.0.169
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 a341677983..3fba7ec26a 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.0.168"
+ VERSION = "17.0.169"
end