summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-23 11:34:52 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-07-23 11:34:52 +0000
commit20e69231e1bdb153529e19425599b145dd800ffd (patch)
tree5ba06c9df85c4d18594f8749ae0dd358084ddf17 /lib/chef/version.rb
parent86eaaf533993c4c67a217aa711733985ddcc73d6 (diff)
downloadchef-20e69231e1bdb153529e19425599b145dd800ffd.tar.gz
Bump version to 13.3.22 by Chef Expeditorv13.3.22
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 f58fc4dc5a..1271c9c98d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("13.3.21")
+ VERSION = Chef::VersionString.new("13.3.22")
end
#