diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-14 01:02:05 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-14 01:02:05 +0000 |
commit | 02dda427ad9f25984b4428a63eabb6db1f1f1a4c (patch) | |
tree | 5c7d9b281efade1a8b40f4c393bdb7c609d75bd9 /chef-config/lib | |
parent | a3c35d6f73ea98f5db2958d537545b48d3e19f07 (diff) | |
download | chef-02dda427ad9f25984b4428a63eabb6db1f1f1a4c.tar.gz |
Bump version to 16.3.4 by Chef Expeditorv16.3.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 68b433f6b1..4230df129b 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.3.3".freeze + VERSION = "16.3.4".freeze end |