summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-27 23:36:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-27 23:36:59 +0000
commitf4542f3c3f4a99ca8063b94201723a5fabf0bc6b (patch)
tree415ad81024ecd9c78dcaa32fec5ca027699f596c /chef-config
parentbd8e91e8ceedcef65750e9ed7820da456ff464a0 (diff)
downloadchef-f4542f3c3f4a99ca8063b94201723a5fabf0bc6b.tar.gz
Bump version to 16.0.164 by Chef Expeditorv16.0.164
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 74879a733d..eb9beba84c 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("../..", __FILE__)
- VERSION = "16.0.163".freeze
+ VERSION = "16.0.164".freeze
end