diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-01 17:39:11 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-01 17:39:11 +0000 |
commit | c6e045c656f6a54562dd630070d97099cc3005d8 (patch) | |
tree | 96970d0a846a6db3bbf4f721e859344f5cce5e6e /chef-config | |
parent | bd370394048a63f58fb5f89ea6770a32cf2e99ea (diff) | |
download | chef-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.rb | 2 |
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 |