summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-10 21:39:15 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-10 21:39:15 +0000
commita36d0aabebfa51e14e6429e40baa9473d832cb3a (patch)
tree39d60fcb06ef89820d805acd4b47f10bb09f4fde /chef-config/lib/chef-config/version.rb
parentabaece369f90918610039661a716f9915e18853e (diff)
downloadchef-a36d0aabebfa51e14e6429e40baa9473d832cb3a.tar.gz
Bump version to 16.2.97 by Chef Expeditorv16.2.97
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 dcfc6c7073..a4f570b932 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.2.96".freeze
+ VERSION = "16.2.97".freeze
end