summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-01 01:27:29 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-01 01:27:29 +0000
commitc398df9f574191c3c35b3176d7366e74f340a05c (patch)
tree1563a5637ca2a4958072e6cdd72e8f3a9e07b851 /chef-bin/lib/chef-bin
parent6496446878bca68cb47b12794822f8891b6d7367 (diff)
downloadchef-c398df9f574191c3c35b3176d7366e74f340a05c.tar.gz
Bump version to 17.10.36 by Chef Expeditorv17.10.36
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin')
-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 eef02fcb67..f1a61f9f62 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.10.35".freeze
+ VERSION = "17.10.36".freeze
end
#