summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-29 20:06:55 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-29 20:06:55 +0000
commitc6177fd7cb1d2910dc470c9d0a85da97481b007c (patch)
treea136bd4eee173676686608f77b7c9d358e5b82a0 /lib
parent2a33d348eedad45e8416a7487eb13fac337bdcfc (diff)
downloadchef-c6177fd7cb1d2910dc470c9d0a85da97481b007c.tar.gz
Bump version to 18.0.79 by Chef Expeditorv18.0.79
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 5db9455830..f676d4422a 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.78")
+ VERSION = Chef::VersionString.new("18.0.79")
end
#