summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-15 17:47:32 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-15 17:47:32 +0000
commiteedc61762dde743db5bc7d15a742449c539766f0 (patch)
treeec642a334963d8f031e68578bafdf3eb2b274fa8 /chef-utils
parent2b8237b6e9c46598462bb64eb42ba905fd1882cc (diff)
downloadchef-eedc61762dde743db5bc7d15a742449c539766f0.tar.gz
Bump version to 17.3.36 by Chef Expeditorv17.3.36
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 e7d1cfcff9..8a408fc807 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.3.35"
+ VERSION = "17.3.36"
end