summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-17 21:55:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-17 21:55:47 +0000
commit14322805574a96ace59d65c2a997b5042b836d4a (patch)
tree2828162e3321d4790652267d2634b428f9f73216 /chef-config/lib/chef-config
parent3bbcf0ccaeca8d8e307b72c7b4c8e6809044c635 (diff)
downloadchef-14322805574a96ace59d65c2a997b5042b836d4a.tar.gz
Bump version to 17.3.4 by Chef Expeditorv17.3.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 5798286434..e5d341ceea 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.3.3".freeze
+ VERSION = "17.3.4".freeze
end