summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-13 04:43:29 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-13 04:43:29 +0000
commitf8a2d0a60fe451596c80de6d640088a7f4e8f1c4 (patch)
tree7ebdcb2922e7baa7f680e8e8525475e50cfd0116 /chef-config
parent2a8d93f2def9d412171610242c7bb4ac45bce863 (diff)
downloadchef-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.rb2
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