summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-02 17:07:27 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-02 17:07:27 +0000
commit7cdf5c95b7d8caac8786584ea9bcd4de869eb68b (patch)
tree3d62fc75ce7a23eb45f38d3934438b253f945e29 /lib/chef
parent369a7b8743cdb9f52ce75e0ab0935462bf23288a (diff)
downloadchef-7cdf5c95b7d8caac8786584ea9bcd4de869eb68b.tar.gz
Bump version to 18.1.11 by Chef Expeditorv18.1.11
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 ab78e7799d..64eb0eb52d 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("18.1.10")
+ VERSION = Chef::VersionString.new("18.1.11")
end
#