summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-14 00:47:39 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-14 00:47:39 +0000
commit22d8c46b27bead3074bf89691b49992ac38f7208 (patch)
tree7b1301654e2fecc22158e67f58e12b86d4cbe9e9 /lib
parent1bd4c5d94ab7e8851ab2345296da9691a30a9b98 (diff)
downloadchef-22d8c46b27bead3074bf89691b49992ac38f7208.tar.gz
Bump version to 15.5.2 by Chef Expeditorv15.5.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 9dac11da69..238e8e0c06 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.1")
+ VERSION = Chef::VersionString.new("15.5.2")
end
#