summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-13 18:15:37 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-13 18:15:40 +0000
commitc63a2530d56d59310d8da17d4ef7c71e0d1046da (patch)
tree27fbc77c69372ec07acfd9882962d1b288014c2c /lib
parenta5c04443634b7a780a764191f3a80bed2c8c2218 (diff)
downloadchef-c63a2530d56d59310d8da17d4ef7c71e0d1046da.tar.gz
Bump version to 17.2.35 by Chef Expeditorv17.2.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 7acad27d6d..fe5f867b8a 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.2.34")
+ VERSION = Chef::VersionString.new("17.2.35")
end
#