summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-07 01:24:33 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-07 01:24:33 +0000
commit53f052ffdb62e613510f44b23fcaef6a9836a3b0 (patch)
treecef28318c628cb481b8c21642ab4db163878f9fa /lib/chef/version.rb
parentfc49c482bd9dcf1023dbd300605fda4d987cb0ff (diff)
downloadchef-53f052ffdb62e613510f44b23fcaef6a9836a3b0.tar.gz
Bump version to 15.8.22 by Chef Expeditorv15.8.22
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 d541a71fdc..a94d5290f4 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.21")
+ VERSION = Chef::VersionString.new("15.8.22")
end
#