summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-02 18:03:09 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-02 18:03:09 +0000
commit411e04a84627c305557b6fa94c9ade39fd69de53 (patch)
tree3068f7af877fea297053c4c2e3e931a7fd6aa96f /chef-bin
parent79e0366a234eba16cbd77833e2fe90aebaec1e97 (diff)
downloadchef-411e04a84627c305557b6fa94c9ade39fd69de53.tar.gz
Bump version to 15.1.40 by Chef Expeditorv15.1.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 a4c25d2a28..89f1368005 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.1.39".freeze
+ VERSION = "15.1.40".freeze
end
#