diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:35:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-12-07 20:35:28 +0000 |
commit | cf3c2cbb3a721b454cd62a4d2131428a3bc12edf (patch) | |
tree | 0b2f410d240354233d493716e0ef16c45e37945f /chef-config | |
parent | a1c178b4e169c579e88dd591acc6deb10c0eb5a4 (diff) | |
download | chef-cf3c2cbb3a721b454cd62a4d2131428a3bc12edf.tar.gz |
Bump version to 17.8.34 by Chef Expeditorv17.8.34
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 7a2737d7ca..300303eaa9 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.8.33".freeze + VERSION = "17.8.34".freeze end |