summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-20 12:03:39 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-20 12:03:39 +0000
commitbb38966ab2cce9ebc8a1650ab0fb1e0a47a45468 (patch)
treec50eded774fe3972416d97a570a467912daa0e2e /lib/chef/version.rb
parentd516726f0e593493b8d1a59153acab51fb8b6d13 (diff)
downloadchef-bb38966ab2cce9ebc8a1650ab0fb1e0a47a45468.tar.gz
Bump version to 18.2.15 by Chef Expeditorv18.2.15
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 277ab49d81..1e484eb8ef 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.14")
+ VERSION = Chef::VersionString.new("18.2.15")
end
#