summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-14 19:44:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-14 19:44:04 +0000
commit09403f49de67b31fb1d6a8fbd4767dd0b22b9dee (patch)
tree4211a043b34072040ebc0e711f9e2870ae11d2df /lib
parent0bfee95da8dd2d8a48a932e6bdf947c3a86ec4ff (diff)
downloadchef-09403f49de67b31fb1d6a8fbd4767dd0b22b9dee.tar.gz
Bump version to 18.2.11 by Chef Expeditorv18.2.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 eaff900eaf..be59daa225 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.2.10")
+ VERSION = Chef::VersionString.new("18.2.11")
end
#