summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-28 01:29:57 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-06-28 01:29:57 +0000
commit77d2c495fa1026f261f44162efc909d4f27973b6 (patch)
treeb7da057515dff70b636c6d1ef1b31c3d1dd9fe5d /lib/chef
parent13ece73cb1850a2f4419911c4765089d4e34ffc1 (diff)
downloadchef-77d2c495fa1026f261f44162efc909d4f27973b6.tar.gz
Bump version to 14.3.22 by Chef Expeditorv14.3.22
Diffstat (limited to 'lib/chef')
-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 2118298e46..deca8e6575 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("14.3.21")
+ VERSION = Chef::VersionString.new("14.3.22")
end
#