diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-24 00:10:56 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-24 00:10:56 +0000 |
commit | 64c833e63c845144dcf5b1bd484f1c06994f36c0 (patch) | |
tree | f2133cae5da2dfc42c7de273d6854b7e1bc540c6 /chef-utils | |
parent | 05ad687b5082389bdb9b1a17e843d56e86c2f1a8 (diff) | |
download | chef-64c833e63c845144dcf5b1bd484f1c06994f36c0.tar.gz |
Bump version to 16.3.31 by Chef Expeditorv16.3.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 2c54ee9e44..21b1486d92 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("..", __dir__) - VERSION = "16.3.30".freeze + VERSION = "16.3.31".freeze end |