summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-27 19:54:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-27 19:54:47 +0000
commit310dfe562134691a32c36bfcc6f07873ca36cd0b (patch)
tree06e80ca9a764b95171faf67d3a034b769f7c6b4d /chef-bin/lib/chef-bin
parent7a84235aa053a48e960317951dc23bf1efa5d471 (diff)
downloadchef-310dfe562134691a32c36bfcc6f07873ca36cd0b.tar.gz
Bump version to 16.3.40 by Chef Expeditorv16.3.40
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/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 d9cef9270a..3907ac3aea 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.3.39".freeze
+ VERSION = "16.3.40".freeze
end
#