diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-13 04:43:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-13 04:43:29 +0000 |
commit | f8a2d0a60fe451596c80de6d640088a7f4e8f1c4 (patch) | |
tree | 7ebdcb2922e7baa7f680e8e8525475e50cfd0116 /chef-config | |
parent | 2a8d93f2def9d412171610242c7bb4ac45bce863 (diff) | |
download | chef-f8a2d0a60fe451596c80de6d640088a7f4e8f1c4.tar.gz |
Bump version to 17.0.97 by Chef Expeditorv17.0.97
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 0f3a78a33e..a282649956 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.96".freeze + VERSION = "17.0.97".freeze end |