diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-02 19:46:54 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-02 19:46:54 +0000 |
commit | 24e595efa966e342ee3c5c999d534a5ee78b7e12 (patch) | |
tree | 820885fc6ab2ceee4cb8e13c7c2af67a896204ba /chef-config | |
parent | fb8edc342a1556ff452d9943937dfe19c8e4ccc5 (diff) | |
download | chef-24e595efa966e342ee3c5c999d534a5ee78b7e12.tar.gz |
Bump version to 16.2.79 by Chef Expeditorv16.2.79
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 cea1ef2e16..ebf57e69b5 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("../..", __FILE__) - VERSION = "16.2.78".freeze + VERSION = "16.2.79".freeze end |