summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
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 /chef-config/lib/chef-config/version.rb
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 '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 27a59c28fa..83ec352ac8 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 = "17.2.35".freeze
+ VERSION = "17.2.36".freeze
end