summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-22 18:46:55 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-22 18:46:55 +0000
commit82c48299a27b46a8f0d68260cd93adca002cbb01 (patch)
treefdcc29e025c41d33ff77592dc53c260dcec5f830 /chef-utils
parent94571e2c60bd6853cdcd776084e179fd7da88103 (diff)
downloadchef-82c48299a27b46a8f0d68260cd93adca002cbb01.tar.gz
Bump version to 16.1.15 by Chef Expeditorv16.1.15
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 84e0c24f1b..3453e93b50 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 = "16.1.14".freeze
+ VERSION = "16.1.15".freeze
end