diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-26 10:23:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-26 10:23:12 +0000 |
commit | 0a102728d4d9bda79a073c4ed8519297cfff7d52 (patch) | |
tree | 256110a7d43577b9683633d6755b74b61e1e51c6 /lib | |
parent | 886d2f317f0e1db583ec76491ee71ce8fa07e988 (diff) | |
download | chef-0a102728d4d9bda79a073c4ed8519297cfff7d52.tar.gz |
Bump version to 14.0.212 by Chef Expeditorv14.0.212
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 9eb678985f..dbcba26797 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.211") + VERSION = Chef::VersionString.new("14.0.212") end # |