summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-14 20:07:40 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-14 20:07:43 +0000
commit5ca5e1ec468f3c2a3fb03824884d8138f628778d (patch)
treeb9b5a3adddb1be66f09dea5dab29d1469f59f2c2 /chef-utils
parentf085ce8e738e8f8d610da8bd5389df0eb681b20a (diff)
downloadchef-5ca5e1ec468f3c2a3fb03824884d8138f628778d.tar.gz
Bump version to 18.0.34 by Chef Expeditorv18.0.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 48077fbb9f..ffcfda3cb3 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 = "18.0.33"
+ VERSION = "18.0.34"
end