summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
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-config/lib/chef-config/version.rb
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-config/lib/chef-config/version.rb')
-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 951a270d0e..a4dff8ab33 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.2.39".freeze
+ VERSION = "16.2.40".freeze
end