summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:38 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-20 22:03:38 +0000
commit06a271a046f1e29ff9fbb29f5cf4a202e72b2a17 (patch)
tree96f61f1ce8ed564216e9b5a940b9e6a0e0cb8a94 /lib
parent9c9cc316dd70f679ecf381b9903b54c0551bc244 (diff)
downloadchef-06a271a046f1e29ff9fbb29f5cf4a202e72b2a17.tar.gz
Bump version to 16.9.3 by Chef Expeditorv16.9.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 c70374a126..fdbece1f7a 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.2")
+ VERSION = Chef::VersionString.new("16.9.3")
end
#