summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-16 21:43:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-16 21:43:12 +0000
commitd7b9ef53987eea9a70226827781cf3f7cedc5456 (patch)
tree4f8162ddce5199448967efd16c02d4270914d818 /lib/chef/version.rb
parentfbd93a4f4c64bd3f23b8ed5c72ec674d7463df01 (diff)
downloadchef-d7b9ef53987eea9a70226827781cf3f7cedc5456.tar.gz
Bump version to 15.8.32 by Chef Expeditorv15.8.32
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 9942c3fe8d..416bf205ac 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.31")
+ VERSION = Chef::VersionString.new("15.8.32")
end
#