summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-29 05:38:54 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-29 05:38:54 +0000
commite42c8ad83026972d2cff044013f2f8c59ba9d8c7 (patch)
tree8e140a9bf35e928807be1c4cd5e31e1eaf90a04f /chef-bin
parentfd446464f64face455694fa9cddd7eaf939e7d20 (diff)
downloadchef-e42c8ad83026972d2cff044013f2f8c59ba9d8c7.tar.gz
Bump version to 16.13.40 by Chef Expeditorv16.13.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 b71bcad4a8..c4ead99b5d 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("..", __dir__)
- VERSION = "16.13.39".freeze
+ VERSION = "16.13.40".freeze
end
#