summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-27 15:23:29 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-27 15:23:29 +0000
commitbd8bce6d7892051372c7cf4d13cc12765352fd12 (patch)
tree896aeaee76d64844d7dec7f9502de60875b41832 /chef-bin
parent3a2220910b6c987cf15da0eb48c0aaee3ff969d5 (diff)
downloadchef-bd8bce6d7892051372c7cf4d13cc12765352fd12.tar.gz
Bump version to 15.6.20 by Chef Expeditorv15.6.20
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 d91194049d..24bb9fc40e 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.19".freeze
+ VERSION = "15.6.20".freeze
end
#