summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-26 01:14:36 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-26 01:14:36 +0000
commit8ef54a7d059a269bb0daf43173682b29f73491f8 (patch)
tree112f5579e2f55ce2b42e17f0313006c3675cc40e /lib
parent1a3a4182e8fc6f67e7bca2ccb03f01ec1e7c9d5c (diff)
downloadchef-8ef54a7d059a269bb0daf43173682b29f73491f8.tar.gz
Bump version to 14.0.211 by Chef Expeditorv14.0.211
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 637fbc08a9..9eb678985f 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.0.210")
+ VERSION = Chef::VersionString.new("14.0.211")
end
#