diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-04 18:56:00 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-04 18:56:00 +0000 |
commit | 062136e18ec08b7be564bf2741ff6f20e909ed9f (patch) | |
tree | 16997f792b71ca073303ee3941aa958db735d529 /chef-config | |
parent | 41819aa377ba48aec6292d06f8da9a931b4e806f (diff) | |
download | chef-062136e18ec08b7be564bf2741ff6f20e909ed9f.tar.gz |
Bump version to 17.0.77 by Chef Expeditorv17.0.77
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 6adc5936cc..4ee58e1684 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 = "17.0.76".freeze + VERSION = "17.0.77".freeze end |