summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-19 07:59:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-19 07:59:04 +0000
commita9f5978a67869a0772c947633f2c944f73a21b9f (patch)
tree12294caf799068672033828d1da20478f944657d /lib/chef/version.rb
parent0ef313cadc636fec3448ff579d9510d4ea3b12d3 (diff)
downloadchef-a9f5978a67869a0772c947633f2c944f73a21b9f.tar.gz
Bump version to 18.2.13 by Chef Expeditorv18.2.13
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 cedcbcc614..e0171c278d 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.12")
+ VERSION = Chef::VersionString.new("18.2.13")
end
#