diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:18:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:18:18 +0000 |
commit | 975dee17d253f107714f0c5dacfb2413955ecf7a (patch) | |
tree | 5e387f0fe1c0d3492aed774fe8e8d4f516440d62 /chef-utils | |
parent | 7e5ddb402c7b84ba16bc7e589792ea1cd2856487 (diff) | |
download | chef-975dee17d253f107714f0c5dacfb2413955ecf7a.tar.gz |
Bump version to 17.8.30 by Chef Expeditorv17.8.30
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 4f0e6a11bb..77aea03193 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.8.29" + VERSION = "17.8.30" end |