summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-18 17:41:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-18 17:41:15 +0000
commitccafde3ee0b1e82473ed92101e801cb38bc9ba0d (patch)
tree5d76f920b919973e73c9515b964b21864a848eaf /lib
parent4ef506bae1c56b26cd64d33687f2587d23dafee1 (diff)
downloadchef-ccafde3ee0b1e82473ed92101e801cb38bc9ba0d.tar.gz
Bump version to 16.9.1 by Chef Expeditorv16.9.1
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 740000cf06..c230582434 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.0")
+ VERSION = Chef::VersionString.new("16.9.1")
end
#