summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-17 17:42:49 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-17 17:42:49 +0000
commitaa9e73c6cf10002740d7ff9018a0cbaf2d24c29f (patch)
treec084b630f995469d2ebd80a1289a7cb063674ddc /chef-bin
parent679484236306f6ae7a5935fd9bbb32d1c93304ef (diff)
downloadchef-aa9e73c6cf10002740d7ff9018a0cbaf2d24c29f.tar.gz
Bump version to 16.2.40 by Chef Expeditorv16.2.40
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 08f2749927..ed68806ea5 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.39".freeze
+ VERSION = "16.2.40".freeze
end
#