diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 21:09:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-04 21:09:32 +0000 |
commit | 674bad1202f0fdeb7f77dd9acad5be5fcf95c4f1 (patch) | |
tree | ad5899bd5ed4fad559e75fc7e42de979dfbb8f45 /chef-utils | |
parent | b4ffba1f36044d37d6e1b9e2a10b143f7c9eec8e (diff) | |
download | chef-674bad1202f0fdeb7f77dd9acad5be5fcf95c4f1.tar.gz |
Bump version to 17.9.28 by Chef Expeditorv17.9.28
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 d95a903f57..15e873af5b 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 = "17.9.27" + VERSION = "17.9.28" end |