diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-13 15:16:12 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-13 15:16:12 +0000 |
commit | 20f504b469115a5ece4ea53699f68b1e3cda36f0 (patch) | |
tree | 1301ca90963e30b1c8bdc5b7ab27f3788d47f758 /lib/chef | |
parent | e09b9b3d3a6602407ab2dff44333d1c0a8d25d17 (diff) | |
download | chef-20f504b469115a5ece4ea53699f68b1e3cda36f0.tar.gz |
Bump version to 14.0.198 by Expeditorv14.0.198
Diffstat (limited to 'lib/chef')
-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 0cadb7d9df..1d0e8d21de 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.197") + VERSION = Chef::VersionString.new("14.0.198") end # |