summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-30 20:22:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-30 20:22:33 +0000
commitf4516a8f1af6a5571ea2a6b59b70b7ebdfb603ee (patch)
treeb9e07695488d56b07d0fcd9c018450becc6becb7 /lib/chef/version.rb
parent7c434a59421859345a0f6b03bcc2e830eddee5e1 (diff)
downloadchef-f4516a8f1af6a5571ea2a6b59b70b7ebdfb603ee.tar.gz
Bump version to 16.9.6 by Chef Expeditorv16.9.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2e07d2d591..54d9d492ca 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.9.5")
+ VERSION = Chef::VersionString.new("16.9.6")
end
#