summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-16 15:06:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-16 15:06:05 +0000
commitdb0a7e9dbb1731084753e0ce2b4e02c3397db92f (patch)
tree60a567f3cae5b20e389c2c7900ad255a227aca32 /chef-bin
parent528c95374a3a1b54c03413e7807093d06dbbb110 (diff)
downloadchef-db0a7e9dbb1731084753e0ce2b4e02c3397db92f.tar.gz
Bump version to 17.0.207 by Chef Expeditorv17.0.207
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to '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 1c0ce53c6b..371bbedd3f 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.0.206".freeze
+ VERSION = "17.0.207".freeze
end
#