summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-25 20:31:58 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-25 20:31:58 +0000
commit21f2881b091b1adb6e03ccb59e61afb3cf1046ef (patch)
treef74104cebf269b615d007a4cd592bb5b76a8f5fe /lib/chef/version.rb
parentbaaa3e9132e53a9fba68291633c4fc37fd2020db (diff)
downloadchef-21f2881b091b1adb6e03ccb59e61afb3cf1046ef.tar.gz
Bump version to 18.0.18 by Chef Expeditorv18.0.18
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 758acb4612..961f791a52 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.17")
+ VERSION = Chef::VersionString.new("18.0.18")
end
#