diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-06 17:53:51 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-06 17:53:51 +0000 |
commit | dff3549ea08e1ec400555e62f8c018e50117a2ea (patch) | |
tree | 2143a8bd8605220127657a8f67fb9074bc2330d0 /chef-utils | |
parent | a7a47dbede55c785edb95924da174264ff550250 (diff) | |
download | chef-dff3549ea08e1ec400555e62f8c018e50117a2ea.tar.gz |
Bump version to 16.13.4 by Chef Expeditorv16.13.4
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 d9f311b044..41d87a6d28 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.3" + VERSION = "16.13.4" end |