diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-01-29 02:28:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-01-29 02:28:21 +0000 |
commit | 8d883bdedbcfa524be2742909e92fa164ecd0184 (patch) | |
tree | 5d9e73298278f3e69a58a32c6d13dc1ccfcc3bb2 /lib | |
parent | 0e34e0083dbe6f9bb0c666dc515349212b7fa623 (diff) | |
download | chef-8d883bdedbcfa524be2742909e92fa164ecd0184.tar.gz |
Bump version to 14.10.4 by Chef Expeditorv14.10.4
Obvious fix; these changes are the result of automation not creative thinking.
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 fcf4b0e237..2c9866aad2 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.10.3") + VERSION = Chef::VersionString.new("14.10.4") end # |