diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 15:43:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-27 15:43:07 +0000 |
commit | fe559ac7a31b64ac68b230d9f4bfe7d078982d47 (patch) | |
tree | 426d0c713713b72a3915c68969d28250bb8e972a /chef-utils | |
parent | dece85bbd21b381a26f93b97742e7ae402dec63e (diff) | |
download | chef-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.rb | 2 |
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 |