summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-18 21:27:34 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-18 21:27:34 +0000
commitf5f618321ff524cfe5c8cafdf3bdaca55485cd9b (patch)
tree334f5a7ddc226e39b51c96cf26f5090a7d48aefb /chef-bin
parentb2c9c65dea635bd173da98bccbd1ec6e8fd6e8fc (diff)
downloadchef-f5f618321ff524cfe5c8cafdf3bdaca55485cd9b.tar.gz
Bump version to 15.6.19 by Chef Expeditorv15.6.19
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 51c5b1b0d1..d91194049d 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.18".freeze
+ VERSION = "15.6.19".freeze
end
#