summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-11 15:51:03 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-11 15:51:03 +0000
commitc8dfa0b4691d1e75d53117ea53ee6c6c2755f150 (patch)
treec1b9c564cbb4463b48c535ac1a019cfc5beb3ac9 /chef-utils/lib/chef-utils/version.rb
parent0b44eef872de39762b54c82ffbd1d49898115dc2 (diff)
downloadchef-c8dfa0b4691d1e75d53117ea53ee6c6c2755f150.tar.gz
Bump version to 16.7.35 by Chef Expeditorv16.7.35
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 b41f63e44b..a1877aa57b 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.7.34"
+ VERSION = "16.7.35"
end