diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-03 03:29:23 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-04-03 03:29:23 +0000 |
commit | 3d9c8f4cbb1226ac09c3fd88f03168ff45035695 (patch) | |
tree | be1a46be2d011ac6bc3f5cdf9b022535d0d26a56 /lib/chef | |
parent | 754b745222e8927be4875b98b095092eec0e23f1 (diff) | |
download | chef-3d9c8f4cbb1226ac09c3fd88f03168ff45035695.tar.gz |
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 f2c562a4fd..27d3ad2f92 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.189") + VERSION = Chef::VersionString.new("14.0.190") end # |