summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-09 00:11:15 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-09 00:11:15 +0000
commita671180029968689fc395dc78594ef33fa148b21 (patch)
treed517d577a4e2fd59a1144bd147dd4b2caa38acc3 /lib/chef/version.rb
parentecc21100d3f7d07f54f49eabdd0581e8fda3c92f (diff)
downloadchef-a671180029968689fc395dc78594ef33fa148b21.tar.gz
Bump version to 14.11.22 by Chef Expeditorv14.11.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 2d81aa2033..fa37e2ab4d 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.11.21")
+ VERSION = Chef::VersionString.new("14.11.22")
end
#