summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-12-07 20:35:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-12-07 20:35:28 +0000
commitcf3c2cbb3a721b454cd62a4d2131428a3bc12edf (patch)
tree0b2f410d240354233d493716e0ef16c45e37945f /chef-config
parenta1c178b4e169c579e88dd591acc6deb10c0eb5a4 (diff)
downloadchef-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.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 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