summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-14 00:27:37 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-14 00:27:37 +0000
commit3dba6a3ce898b246e101a12e9736dc8b1521f0d6 (patch)
treeda2b1f8303652b07e65a72d9188532481db05e19 /chef-bin
parentb2b0a956d0081d0f040b500cad2ed9a3fcb2b6d3 (diff)
downloadchef-3dba6a3ce898b246e101a12e9736dc8b1521f0d6.tar.gz
Bump version to 16.0.208 by Chef Expeditorv16.0.208
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 9cc3749872..6bd0141651 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.207".freeze
+ VERSION = "16.0.208".freeze
end
#