diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-28 03:15:16 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-28 03:15:16 +0000 |
commit | 2d768836aba224f6ea71f0bb24e5602e87a0a896 (patch) | |
tree | 5d6036f01a578e9b8028d37406d9e81036bcb484 /lib | |
parent | 51c59687a89ccd80dc2009f9b0ad1a3d7e7cab18 (diff) | |
download | chef-2d768836aba224f6ea71f0bb24e5602e87a0a896.tar.gz |
Bump version to 14.8.4 by Chef Expeditorv14.8.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 b08db7481f..36529536c6 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.8.3") + VERSION = Chef::VersionString.new("14.8.4") end # |