summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-23 17:39:58 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-23 17:39:58 +0000
commit6aafc336aa49ce01dfa51ef74f0def0e6045afd1 (patch)
tree91b328bc027cd652aec0353c82b9174caa9964d4 /chef-utils
parent89094f1a2b511aa69a021e4431dfdd14a88bd4d3 (diff)
downloadchef-6aafc336aa49ce01dfa51ef74f0def0e6045afd1.tar.gz
Bump version to 15.12.9 by Chef Expeditorv15.12.9
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 7d28b0eb16..1bf59884f6 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.12.8".freeze
+ VERSION = "15.12.9".freeze
end