summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:39:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:39:51 +0000
commit0f01c826dcf5b5b05a9aad05bf885e58ad04135e (patch)
tree7bbfcfac35db9f760fb7ebc732f288a134cc9cda /lib/chef/version.rb
parentcf3c2cbb3a721b454cd62a4d2131428a3bc12edf (diff)
downloadchef-0f01c826dcf5b5b05a9aad05bf885e58ad04135e.tar.gz
Bump version to 17.8.35 by Chef Expeditorv17.8.35
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 6dad18072b..cf88193b27 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("17.8.34")
+ VERSION = Chef::VersionString.new("17.8.35")
end
#