diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 02:42:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-05 02:42:29 +0000 |
commit | 00179767c9a1dbed274c8d9805b5e958c1fd3efa (patch) | |
tree | ff0bc6ec0c467befac6c7fc70a2f2e32e636fd4e /chef-utils | |
parent | 5e4744eb3877179e04da36df9a8bc0527bec5327 (diff) | |
download | chef-00179767c9a1dbed274c8d9805b5e958c1fd3efa.tar.gz |
Bump version to 16.9.13 by Chef Expeditorv16.9.13
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 fe293a9f08..4a94f8d237 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.12" + VERSION = "16.9.13" end |