summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-26 19:12:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-26 19:12:33 +0000
commit1366181002d8479d9c3105608b83ec20f1b96193 (patch)
tree5268e4be9d078f7825b185d96bd90d315648df18 /chef-bin
parentdfb4a5e044e9e21753732d908674a3d392e41dd9 (diff)
downloadchef-1366181002d8479d9c3105608b83ec20f1b96193.tar.gz
Bump version to 15.2.6 by Chef Expeditorv15.2.6
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 a90a46c7c2..16a1d64ee9 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.2.5".freeze
+ VERSION = "15.2.6".freeze
end
#