summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-25 21:33:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-25 21:33:38 +0000
commit372ce32577b49a499638a58d4f38ffbaab7640aa (patch)
tree9c9a5593bad4cbe70d27c0b601e1dae9341da193 /chef-config
parenta9cd3999e2358057108ff4613addccf5a6ab50f1 (diff)
downloadchef-372ce32577b49a499638a58d4f38ffbaab7640aa.tar.gz
Bump version to 16.0.82 by Chef Expeditorv16.0.82
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 0083e13c60..bff42d1f15 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.81".freeze
+ VERSION = "16.0.82".freeze
end