summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 00:51:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 00:51:21 +0000
commit77ff794b9f9cd78530f2d3a7713f280e6daed1be (patch)
tree319aebbe075f787f0d10ad718c7c7e5a15afaf85 /chef-bin
parentd1d6fa495174573ba125521de38744970406d493 (diff)
downloadchef-77ff794b9f9cd78530f2d3a7713f280e6daed1be.tar.gz
Bump version to 15.8.4 by Chef Expeditorv15.8.4
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 418ec7edc6..0d1b629971 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.8.3".freeze
+ VERSION = "15.8.4".freeze
end
#