summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-29 18:25:33 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-29 18:25:33 +0000
commit20db13b428afd1975e4049ba7c8f5ee1645217bf (patch)
treef7cfde767a30509c4fac8913d47e94d63bdff448 /chef-config/lib/chef-config/version.rb
parent67c26b0b94787b43e0b1e82ec994223ca5720044 (diff)
downloadchef-20db13b428afd1975e4049ba7c8f5ee1645217bf.tar.gz
Bump version to 18.0.78 by Chef Expeditorv18.0.78
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 a7ce2bc839..9f715c7cfc 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.77".freeze
+ VERSION = "18.0.78".freeze
end