summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-01 17:39:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-01 17:39:11 +0000
commitc6e045c656f6a54562dd630070d97099cc3005d8 (patch)
tree96970d0a846a6db3bbf4f721e859344f5cce5e6e /chef-config
parentbd370394048a63f58fb5f89ea6770a32cf2e99ea (diff)
downloadchef-c6e045c656f6a54562dd630070d97099cc3005d8.tar.gz
Bump version to 17.0.68 by Chef Expeditorv17.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 b717a9af2d..22dbc53126 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 = "17.0.67".freeze
+ VERSION = "17.0.68".freeze
end