summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-15 19:36:42 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-15 19:36:42 +0000
commitd62945c3a94de662846245a3025fdcfa121e1298 (patch)
tree76ad3ca76f4d1af0989cbc2265161101330c7622 /chef-config
parent086f61ce8d7ed500ee46ca8cbbc1619fdbb37fa6 (diff)
downloadchef-d62945c3a94de662846245a3025fdcfa121e1298.tar.gz
Bump version to 18.0.68 by Chef Expeditorv18.0.68
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 35f9d97c87..d0692d90a9 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.67".freeze
+ VERSION = "18.0.68".freeze
end