summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-23 18:28:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-23 18:28:13 +0000
commite22c8a4e6207a188bcdb88182e588a68dc5cbde9 (patch)
treecb52a3bec03111b8dddff801bdacf1cadf00da3e /chef-bin/lib
parent5bf80bd5cf88f66ba22d5858d6e7970b13fe2d79 (diff)
downloadchef-e22c8a4e6207a188bcdb88182e588a68dc5cbde9.tar.gz
Bump version to 16.0.11 by Chef Expeditorv16.0.11
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 8159790274..1fe47007e7 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.10".freeze
+ VERSION = "16.0.11".freeze
end
#