summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-22 00:40:48 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-22 00:40:48 +0000
commit0ab281b84826ef6f8ff5c2c9586381a76be47a59 (patch)
tree7737b0a69806d60f8b28f6151ff676aebd77f8f1 /lib
parentb107418617b45ae241eeccaec9aa12a94288810e (diff)
downloadchef-0ab281b84826ef6f8ff5c2c9586381a76be47a59.tar.gz
Bump version to 16.1.11 by Chef Expeditorv16.1.11
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 81d9c5bef0..11f736b5a2 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.1.10")
+ VERSION = Chef::VersionString.new("16.1.11")
end
#