summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-11 15:48:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-11 15:48:03 +0000
commit47172701d7d29f73e07b875a9478fa58e9ce523d (patch)
tree9091161bb8197a284e34410389278c8c14d7917e /chef-config/lib
parent47722607320d0e6fdec1e05dc423cfef54781e2d (diff)
downloadchef-47172701d7d29f73e07b875a9478fa58e9ce523d.tar.gz
Bump version to 17.2.34 by Chef Expeditorv17.2.34
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 673e386ae1..40db744b10 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.2.33".freeze
+ VERSION = "17.2.34".freeze
end