diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-12-16 00:10:26 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-12-16 00:10:26 +0000 |
commit | b66ac41fe66aadb68925958358b9b66e469023bc (patch) | |
tree | 0f15f37f8d9dd0b5c1f8f89defce42a5fa5701fd /chef-utils | |
parent | e8f47679e92e7fa1641834ea9da27ebd47e750ad (diff) | |
download | chef-b66ac41fe66aadb68925958358b9b66e469023bc.tar.gz |
Bump version to 16.8.16 by Chef Expeditorv16.8.16
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 be6b64c1fb..5b1174ca33 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.8.15" + VERSION = "16.8.16" end |