summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-27 15:43:07 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-27 15:43:07 +0000
commitfe559ac7a31b64ac68b230d9f4bfe7d078982d47 (patch)
tree426d0c713713b72a3915c68969d28250bb8e972a /chef-utils
parentdece85bbd21b381a26f93b97742e7ae402dec63e (diff)
downloadchef-fe559ac7a31b64ac68b230d9f4bfe7d078982d47.tar.gz
Bump version to 16.9.31 by Chef Expeditorv16.9.31
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 618bbd0d16..a6b78a30a6 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.9.30"
+ VERSION = "16.9.31"
end