summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-16 22:30:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-16 22:30:47 +0000
commit135e5d7d1fb805bf1a35311fac96793c2311a39f (patch)
tree4b5225469b44f1a4ae492752b6dfe1e39448dc78 /chef-utils
parent2be97cdb7c77be0c1c88248c2fbc7e636f50edfa (diff)
downloadchef-135e5d7d1fb805bf1a35311fac96793c2311a39f.tar.gz
Bump version to 15.10.9 by Chef Expeditorv15.10.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 0765600c96..cb25b079d9 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.10.8".freeze
+ VERSION = "15.10.9".freeze
end