summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-07 16:24:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-07 16:24:12 +0000
commitcb4383bb80656be29db6194308d6a913894ad218 (patch)
tree51f01a0938d953e06caa265d2fae3c7913e3b554 /lib/chef
parent842d55bd6ec6194428dd1eb6857f0bfa7097bc8a (diff)
downloadchef-cb4383bb80656be29db6194308d6a913894ad218.tar.gz
Bump version to 16.0.191 by Chef Expeditorv16.0.191
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 75f380e1de..7c81cf7417 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.190")
+ VERSION = Chef::VersionString.new("16.0.191")
end
#