diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-17 17:18:15 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-17 17:18:15 +0000 |
commit | 7aeaf1c68e3ce3528f6d69a8f054f4772f609f5e (patch) | |
tree | 98179d6a29b4f1921dd476898fb1c31e28909d31 /chef-config | |
parent | c6324cfc473bed3771cd5d8db7c7089faded6131 (diff) | |
download | chef-7aeaf1c68e3ce3528f6d69a8f054f4772f609f5e.tar.gz |
Bump version to 16.4.30 by Chef Expeditorv16.4.30
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 6b4f2e2840..6d5a9b36f0 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -15,5 +15,5 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("..", __dir__) - VERSION = "16.4.29".freeze + VERSION = "16.4.30".freeze end |