summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-13 18:19:12 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-13 18:19:12 +0000
commit2aad32fd8815f84477313c56313c12455bbf2a3f (patch)
treee4f6372d0b86d32357fcfcd3b41538fcf7654eaa /lib
parentc63a2530d56d59310d8da17d4ef7c71e0d1046da (diff)
downloadchef-2aad32fd8815f84477313c56313c12455bbf2a3f.tar.gz
Bump version to 17.2.36 by Chef Expeditorv17.2.36
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 fe5f867b8a..a466c97e94 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.35")
+ VERSION = Chef::VersionString.new("17.2.36")
end
#