summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-25 20:22:53 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-25 20:22:53 +0000
commita93d2542334af3458a213b6fe2c6da9519ea819d (patch)
tree426730ae5ec57159078812f562f53d15dc257039 /chef-bin/lib
parentbe597a41d755c9f6a3a26f7e7b8fd64d6d5f938c (diff)
downloadchef-a93d2542334af3458a213b6fe2c6da9519ea819d.tar.gz
Bump version to 17.9.36 by Chef Expeditorv17.9.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 355dab6628..2e20993fc5 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.9.35".freeze
+ VERSION = "17.9.36".freeze
end
#