summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-08 21:36:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-08 21:36:13 +0000
commit313afa345a0d19019218807a16bf6fdd6447a87b (patch)
tree1aff7b6a3fb882cfe06bff0695827f6b161c3f89 /lib
parent309d8984829fee53c18944b79ee6f80b5fb4aeba (diff)
downloadchef-313afa345a0d19019218807a16bf6fdd6447a87b.tar.gz
Bump version to 16.5.35 by Chef Expeditorv16.5.35
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2b19d88476..5814035344 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.5.34")
+ VERSION = Chef::VersionString.new("16.5.35")
end
#