summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-20 16:00:34 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-20 16:00:34 +0000
commit2108e2cea7f74c6a81c015f430eb1096017a586e (patch)
tree4ae3fe0b7da3472e17a6cb60c57eeaf771240afa /lib
parent324afcc496c170e4191da178d08fd3682bcc5d69 (diff)
downloadchef-2108e2cea7f74c6a81c015f430eb1096017a586e.tar.gz
Bump version to 18.0.12 by Chef Expeditorv18.0.12
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 710c4b4bd7..602db8df7c 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.11")
+ VERSION = Chef::VersionString.new("18.0.12")
end
#