summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-17 01:24:07 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-17 01:24:07 +0000
commit4df4fd2ddfdf6169ac3b297088bff8e2a1ce5ef6 (patch)
treef6091b8692d036817a776c75f3a382d01adf9b1d /chef-utils
parent792bd73e89447eda4068890955d2744a0a43ac76 (diff)
downloadchef-4df4fd2ddfdf6169ac3b297088bff8e2a1ce5ef6.tar.gz
Bump version to 15.6.17 by Chef Expeditorv15.6.17
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 4237c1501c..7f651d3eec 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.16".freeze
+ VERSION = "15.6.17".freeze
end