summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-05 19:47:07 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-05 19:47:07 +0000
commit46fb8800fb67506f52cdcdb3f7d6f8fae480cffe (patch)
tree06af4edbec6edfd0d9660f2e17ab4b7abdd8c543 /chef-bin/lib
parent30a8b9dafdde337fca3bc89ada154bcbd668169f (diff)
downloadchef-46fb8800fb67506f52cdcdb3f7d6f8fae480cffe.tar.gz
Bump version to 16.4.11 by Chef Expeditorv16.4.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 7fd12bc85e..c3c641e722 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 = "16.4.10".freeze
+ VERSION = "16.4.11".freeze
end
#