summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-02 20:10:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-02 20:10:42 +0000
commit8a9c1c22b566f3c685f853380df2f28959d65b60 (patch)
treeb2a68b31bb2445bd9aece807f7a8471866cede9a /chef-utils
parentadacfa3e5a45a3a1a7783108b416db626c2e8faa (diff)
downloadchef-8a9c1c22b566f3c685f853380df2f28959d65b60.tar.gz
Bump version to 16.9.34 by Chef Expeditorv16.9.34
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 e372ee8bf8..33fd1d4b0a 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 = "16.9.33"
+ VERSION = "16.9.34"
end