diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-28 03:18:43 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-28 03:18:43 +0000 |
commit | fd8477a4c41171fe82e990b13e1993f83f4bdd47 (patch) | |
tree | 240ba36a598d937b3d09b5130d876fc96cf0c5e2 /lib | |
parent | f2a2c2b854105766938401427da46fb84337149f (diff) | |
download | chef-fd8477a4c41171fe82e990b13e1993f83f4bdd47.tar.gz |
Bump version to 14.8.5 by Chef Expeditorv14.8.5
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 36529536c6..d737659d42 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.4") + VERSION = Chef::VersionString.new("14.8.5") end # |