summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-14 20:11:48 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-14 20:11:48 +0000
commit050e1b865f725558bdfbfd5203981f437ff3c08b (patch)
tree6ed2d04614d3a26d97790a0f90bc46b779986ce0 /chef-utils
parent5ca5e1ec468f3c2a3fb03824884d8138f628778d (diff)
downloadchef-050e1b865f725558bdfbfd5203981f437ff3c08b.tar.gz
Bump version to 18.0.35 by Chef Expeditorv18.0.35
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 ffcfda3cb3..f7d0ddc684 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.34"
+ VERSION = "18.0.35"
end