summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-02 22:38:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-02 22:38:39 +0000
commit24ef44b44ea8486f8c5c99bbbb16aebff79c2346 (patch)
tree9cabeffea2ee28f3e1af547a9b7fe7002650ba8b /chef-utils
parentf6b810015897cb74ca439aa8abe06f592f4209b4 (diff)
downloadchef-24ef44b44ea8486f8c5c99bbbb16aebff79c2346.tar.gz
Bump version to 15.9.15 by Chef Expeditorv15.9.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 1d87722e7b..f7bae3667e 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.9.14".freeze
+ VERSION = "15.9.15".freeze
end