summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-09 18:21:46 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-09 18:21:46 +0000
commit1584bde92cba8151a5a850bef8c4ed9a92c798b6 (patch)
treebb6e67f765168c14ebfcd217deefed686a7e5a77 /chef-bin
parentf8c7ecbf7b9cbc49c3994a5b19336ca802c4c51e (diff)
downloadchef-1584bde92cba8151a5a850bef8c4ed9a92c798b6.tar.gz
Bump version to 15.6.6 by Chef Expeditorv15.6.6
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 a68721e55d..55538d9383 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 = "15.6.5".freeze
+ VERSION = "15.6.6".freeze
end
#