summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-25 23:42:28 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-25 23:42:28 +0000
commit63633cc1ddfbf79ff77e97376184e2d27b954678 (patch)
tree693643ae40c9039f2cd7f625c2e8a0f63bb6166a /chef-config
parent6655b02af9b63caed67fd839d0437bb8b828a56b (diff)
downloadchef-63633cc1ddfbf79ff77e97376184e2d27b954678.tar.gz
Bump version to 16.0.83 by Chef Expeditorv16.0.83
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 bff42d1f15..5769c96ed1 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.82".freeze
+ VERSION = "16.0.83".freeze
end