summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-01 03:25:36 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-01 03:25:36 +0000
commitc73fff159a28ea4df17ce76526a04733476bd88a (patch)
treeeae2794dff67a204fcbf950fd1732342bcd983a2 /chef-config/lib/chef-config
parent6e663c4e00fb714b57fd9a5a3133c4415bf7f7b6 (diff)
downloadchef-c73fff159a28ea4df17ce76526a04733476bd88a.tar.gz
Bump version to 16.0.171 by Chef Expeditorv16.0.171
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 9ac1a934f0..b3a2453cf4 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.170".freeze
+ VERSION = "16.0.171".freeze
end