summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-14 19:09:09 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-14 19:09:09 +0000
commit5deba6e63e368d929e7878c4ff68070b8c62a61e (patch)
tree973a893e1496185cad1632d404eee8f4a7c5b81a /chef-bin
parent77e9a1e57eb415d717ed613c59dc68fe97c5fd5e (diff)
downloadchef-5deba6e63e368d929e7878c4ff68070b8c62a61e.tar.gz
Bump version to 15.4.40 by Chef Expeditorv15.4.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 5f8334f4c0..df284cf234 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 = "15.4.39".freeze
+ VERSION = "15.4.40".freeze
end
#