summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-23 21:05:52 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-23 21:05:52 +0000
commit80b644550ceb7e88c2f13a33e316826df4b3e591 (patch)
tree0d469121e792a1676759baaf24caaf8febeb3f26 /chef-config/lib/chef-config/version.rb
parentf0cc7297c038e6c939a89924a92c7fcac8534342 (diff)
downloadchef-80b644550ceb7e88c2f13a33e316826df4b3e591.tar.gz
Bump version to 17.0.164 by Chef Expeditorv17.0.164
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 2805b4da23..7f3a90b653 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.163".freeze
+ VERSION = "17.0.164".freeze
end