summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-07 17:06:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-07 17:06:46 +0000
commit56cd01508bb5919d308b3b967eaa8ed7e8e7a159 (patch)
tree7fe7209a50dbd73c9283379e0064dcad59ce5808 /chef-utils/lib/chef-utils
parent8e32aa2e19f3b4b9734784049545a5e4fe5348f8 (diff)
downloadchef-56cd01508bb5919d308b3b967eaa8ed7e8e7a159.tar.gz
Bump version to 16.13.8 by Chef Expeditorv16.13.8
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 d26971f58d..367d9b1ce7 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.13.7"
+ VERSION = "16.13.8"
end