summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-31 00:49:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-31 00:49:14 +0000
commit6c9d2b32e3254e509dc6bf6c62908fc5a4fe4fe8 (patch)
tree446d3ce9dbbfc5cd2002666a0b52779939f399bc /chef-bin
parent0a99a75ff084732b26c18c06d7c4e82f159ed80b (diff)
downloadchef-6c9d2b32e3254e509dc6bf6c62908fc5a4fe4fe8.tar.gz
Bump version to 15.8.2 by Chef Expeditorv15.8.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 6853447b45..355d270547 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.1".freeze
+ VERSION = "15.8.2".freeze
end
#