summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-23 16:45:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-23 16:45:52 +0000
commit5296043451ec30ac5b0e7f5d68034ac7dd0121ca (patch)
treeb01dde01e18cf42c9dedd7f976b61f01ea4cd9e6 /chef-utils/lib/chef-utils/version.rb
parent3b59a2b7728201cfe1bd5348368a6108bd48bd25 (diff)
downloadchef-5296043451ec30ac5b0e7f5d68034ac7dd0121ca.tar.gz
Bump version to 16.0.10 by Chef Expeditorv16.0.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 9cf82d30a6..e4aafccc7a 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.0.9".freeze
+ VERSION = "16.0.10".freeze
end