summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 6c524220b8..862b7b2c7e 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.6.18".freeze
+ VERSION = "15.6.19".freeze
end