summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-02 19:48:13 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-02 19:48:13 +0000
commitc8e43aba2745c3cd1c51185813067db74a36be3e (patch)
tree84002745715746a07e1790b8d31cf4995e234d0e /lib
parent0a7c1a55bb316479bc57768eac243becfd1d2eec (diff)
downloadchef-c8e43aba2745c3cd1c51185813067db74a36be3e.tar.gz
Bump version to 18.2.18 by Chef Expeditorv18.2.18
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 5571df83ff..7889ecfe49 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.17")
+ VERSION = Chef::VersionString.new("18.2.18")
end
#