summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-16 00:06:37 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-16 00:06:37 +0000
commit81f6b9f99fd87c5ea7fa81322fdb1f9607a89268 (patch)
treee813dec4d9e3d89729db52a04751d6a881f7d39a /chef-bin/lib
parent90a8b77705ec7146a2d84b0a34a1e9d22441bce2 (diff)
downloadchef-81f6b9f99fd87c5ea7fa81322fdb1f9607a89268.tar.gz
Bump version to 16.8.15 by Chef Expeditorv16.8.15
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 f726a9b06b..937f4c57ec 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.8.14".freeze
+ VERSION = "16.8.15".freeze
end
#