summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-15 17:39:27 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-15 17:39:28 +0000
commit0b134a51b65d8f1222e2e50aa0d017ebbd5a02b2 (patch)
treee9a5d95b822f0f7584a74e930a407c9b1a55abb6 /lib
parent4d49e93d05301aeca7593a75d3d56227275250fc (diff)
downloadchef-0b134a51b65d8f1222e2e50aa0d017ebbd5a02b2.tar.gz
Bump version to 15.5.8 by Chef Expeditorv15.5.8
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 591173cd77..22f32f8aa3 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.5.7")
+ VERSION = Chef::VersionString.new("15.5.8")
end
#