summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-01-20 17:13:39 +0000
committerChef Expeditor <chef-ci@chef.io>2022-01-20 17:13:42 +0000
commit8573c912120e6604b7a591debd67d29cd8b4876e (patch)
tree081640484859e6b393a1f3c6e5467cc463ebbb46 /lib/chef
parent6d5dfe304da017e7090d8b5a850817918576c17d (diff)
downloadchef-8573c912120e6604b7a591debd67d29cd8b4876e.tar.gz
Bump version to 18.0.13 by Chef Expeditorv18.0.13
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 602db8df7c..0839589a71 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.12")
+ VERSION = Chef::VersionString.new("18.0.13")
end
#