summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-12 20:46:33 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-12 20:46:33 +0000
commita616c2c30e047c360e4a606834b3874b87cee5be (patch)
tree1aa69f1ae6070df0073c6a3713461bd76dec80b5 /chef-bin
parentfce94f2f1724bfee67e51470dbfd7134090e7359 (diff)
downloadchef-a616c2c30e047c360e4a606834b3874b87cee5be.tar.gz
Bump version to 16.7.40 by Chef Expeditorv16.7.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 8fdacdbf7c..e2e3bdbac5 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.7.39".freeze
+ VERSION = "16.7.40".freeze
end
#