summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-09 18:02:54 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-09 18:02:54 +0000
commit197bbe93998ef796e96774590c70356439edbf2b (patch)
treebf0960c05f93a95342e251b2f9736c17f1f03ed3 /chef-bin
parentd919c96733786a7501f21f9fa72ba73eed4c76e8 (diff)
downloadchef-197bbe93998ef796e96774590c70356439edbf2b.tar.gz
Bump version to 15.6.2 by Chef Expeditorv15.6.2
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 ca32f7a1d2..7ab87d8de5 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.6.1".freeze
+ VERSION = "15.6.2".freeze
end
#