summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-13 19:12:40 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-13 19:12:40 +0000
commit4dd773a263ada8b55a05f489b4713de35526736b (patch)
treef15aa04ede6deb2b8ff5c4fcea5da7f2f5296e14 /chef-bin
parent18f67b7913330f2c20f0808a20bedcb267da71bc (diff)
downloadchef-4dd773a263ada8b55a05f489b4713de35526736b.tar.gz
Bump version to 16.0.205 by Chef Expeditorv16.0.205
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 1d3c91703b..364ff39333 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("../..", __FILE__)
- VERSION = "16.0.204".freeze
+ VERSION = "16.0.205".freeze
end
#