diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-09 17:51:19 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-09 17:51:19 +0000 |
commit | 76fa86f06fc4b4ed2c4ba165c64b28538c6d637c (patch) | |
tree | 9d60a78e958bf2c8409b8daacd0f6d9d820aff9f /lib/chef | |
parent | 574a3611bb508a207d06aba1bb9040a4e14837ed (diff) | |
download | chef-76fa86f06fc4b4ed2c4ba165c64b28538c6d637c.tar.gz |
Bump version to 14.0.194 by Expeditorv14.0.194
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 1e3485bfb0..c0c9c30f71 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.193") + VERSION = Chef::VersionString.new("14.0.194") end # |