summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-06 19:29:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-06 19:29:31 +0000
commit873f8592c06235e2102745de87f976c33be06709 (patch)
treee41c094eb388a0e3cee615bb2b524ecb641ace12 /chef-bin
parent641f8f1ede5d026c2bc4ac7107a8a5867bea1d6d (diff)
downloadchef-873f8592c06235e2102745de87f976c33be06709.tar.gz
Bump version to 16.2.82 by Chef Expeditorv16.2.82
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 548f128ca0..341f34b338 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.81".freeze
+ VERSION = "16.2.82".freeze
end
#