summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-24 07:02:36 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-24 07:02:39 +0000
commitdbe6ae2d2ea198e359dbdf5b5c1c0b449a4d1004 (patch)
tree0798143ce64732493e621324ec624b656d57ccdb /chef-config/lib/chef-config/version.rb
parent083e865bf4c04c157d29d502d6d65a4d7dee0ffc (diff)
downloadchef-dbe6ae2d2ea198e359dbdf5b5c1c0b449a4d1004.tar.gz
Bump version to 16.3.35 by Chef Expeditorv16.3.35
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 852930c9e6..7145f5590b 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.3.34".freeze
+ VERSION = "16.3.35".freeze
end