summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 15:46:50 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 15:46:50 +0000
commit3ee9f8bf9370e6bf6f55dc57e5fd6bce8ab27087 (patch)
tree670e130db70fade4d7753f67689506fe5dfb7b46 /chef-utils
parentb29fe16efa9d3775722b6955cbce546339d13f7e (diff)
downloadchef-3ee9f8bf9370e6bf6f55dc57e5fd6bce8ab27087.tar.gz
Bump version to 15.12.0 by Chef Expeditorv15.12.0
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 73d6cb438f..72694f901b 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.11.8".freeze
+ VERSION = "15.12.0".freeze
end