summaryrefslogtreecommitdiff
path: root/chef-config
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 /chef-config
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 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 9f715c7cfc..b651bba193 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.78".freeze
+ VERSION = "18.0.79".freeze
end