summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-11 20:03:58 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-11 20:03:58 +0000
commit0c8f73047924ef49dc7b7bccdfb3325b15219d19 (patch)
treedb3f38d2e4b058358682e537b5bdc649b3ff9afe /lib
parent2930a628e736ef2a01da53ee658a4694f89dcd53 (diff)
downloadchef-0c8f73047924ef49dc7b7bccdfb3325b15219d19.tar.gz
Bump version to 14.6.22 by Chef Expeditorv14.6.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 dc517ca978..926a7e829b 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.6.21")
+ VERSION = Chef::VersionString.new("14.6.22")
end
#