summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1fabe2356a..3b9cde27d1 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.8.1")
+ VERSION = Chef::VersionString.new("15.8.2")
end
#