summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-14 19:55:45 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-14 19:55:45 +0000
commitdf2af00e167e8aa4bd0a9f68c949af2127c2a75d (patch)
treeb5acbd58fed4c305412d5f698f4eafd414000328 /chef-bin/lib/chef-bin/version.rb
parent783b78fc75c75feb3aaf85316e21bc5becd6aa9d (diff)
downloadchef-df2af00e167e8aa4bd0a9f68c949af2127c2a75d.tar.gz
Bump version to 16.6.14 by Chef Expeditorv16.6.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 08d222fffa..061f739c32 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.6.13".freeze
+ VERSION = "16.6.14".freeze
end
#