summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-07 19:59:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-07 19:59:25 +0000
commit5970215c9e7a61c2bf508e10f44f1062e04527f1 (patch)
treeaf84b39ed2643e15cf9ae87929267fca474ca7e9 /chef-utils
parent26cc32bef5a245023891912fea56b262b47dd47c (diff)
downloadchef-5970215c9e7a61c2bf508e10f44f1062e04527f1.tar.gz
Bump version to 17.0.83 by Chef Expeditorv17.0.83
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 99bbb0c84b..9f074f16cf 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.82"
+ VERSION = "17.0.83"
end