summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-04 20:17:52 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-04 20:17:52 +0000
commit21981a95522bf769f8072d94dc109f15b6616bac (patch)
treee87f6fb492714fdba6d2ab3f4ed2377ef631bcd8 /lib
parentff38e668ac90885dc5d5a275d2fec2124b12b603 (diff)
downloadchef-21981a95522bf769f8072d94dc109f15b6616bac.tar.gz
Bump version to 15.5.22 by Chef Expeditorv15.5.22
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 7b8841ce73..5832b1cec0 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.21")
+ VERSION = Chef::VersionString.new("15.5.22")
end
#