summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-17 00:46:23 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-17 00:46:23 +0000
commit1aa94b068f892cd8733f82fd48dde58473364675 (patch)
tree6756d193a5c7d0301a93bece7f7da8da2f2d6cff /lib/chef/version.rb
parentba622694f7560b6db5fea85acdcf2bf7c67a39d5 (diff)
downloadchef-1aa94b068f892cd8733f82fd48dde58473364675.tar.gz
Bump version to 15.7.22 by Chef Expeditorv15.7.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 e6bb37e9de..5450d4e5ef 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.7.21")
+ VERSION = Chef::VersionString.new("15.7.22")
end
#