diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-05-29 00:00:01 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-05-29 00:00:01 +0000 |
commit | e886a813d2ade9c3615354c4234b279145a13c02 (patch) | |
tree | 1bb92a6dbb253c76a337c3ffb9fe0748b0dc7937 /chef-utils | |
parent | dfa223b625d1c7fd7793e800a6d216652c479608 (diff) | |
download | chef-e886a813d2ade9c3615354c4234b279145a13c02.tar.gz |
Bump version to 16.2.4 by Chef Expeditorv16.2.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 6c4801fa00..76a828a2a2 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("../..", __FILE__) - VERSION = "16.2.3".freeze + VERSION = "16.2.4".freeze end |