summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-19 00:21:17 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-19 00:21:17 +0000
commit8d7b0ce2b35bcad4e0a77ba435063849d78a72a5 (patch)
treedc46125ab6ff44a64b8ce49f7dfcb10857ff2bc6 /lib/chef/version.rb
parentbd653b104fa466723b5dc48ef9ff6eb4c81e4ba5 (diff)
downloadchef-8d7b0ce2b35bcad4e0a77ba435063849d78a72a5.tar.gz
Bump version to 14.8.22 by Chef Expeditorv14.8.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 8817aa41de..1c72bb22e8 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.8.21")
+ VERSION = Chef::VersionString.new("14.8.22")
end
#