diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-22 10:37:21 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-22 10:37:21 +0000 |
commit | 84fb46aeb7e6c457665dc4bf5ac5719b4f5eefd5 (patch) | |
tree | 3380e9ac4080ce38cdea86227baebd6608aa3da8 /lib/chef | |
parent | 9ca0a4e58b01eb3c030aeb3b61f6903649da68ec (diff) | |
download | chef-14.0.4.tar.gz |
Bump version to 14.0.4 by Expeditorv14.0.4
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 441493b2d7..3695219ff7 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.3") + VERSION = Chef::VersionString.new("14.0.4") end # |