summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-14 19:46:10 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-14 19:46:13 +0000
commitc1e1f47b0814b3ef0d13f8f00ecfe74faccb16df (patch)
treef25812fc08cc6e52154db95881e1c6889d939b8f /lib/chef/version.rb
parent09635c40aa7144c91c9b1090eb2c2c48b87ae670 (diff)
downloadchef-c1e1f47b0814b3ef0d13f8f00ecfe74faccb16df.tar.gz
Bump version to 18.0.118 by Chef Expeditorv18.0.118
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 3600a4de90..e4fbe1d3e2 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.0.117")
+ VERSION = Chef::VersionString.new("18.0.118")
end
#