diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-07 00:33:26 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-09-07 00:33:26 +0000 |
commit | f16adbaa17ea1a6664e3e9514fd9e9e3e4bf4157 (patch) | |
tree | dfccb00aeab6afacb475068bc9526fbaa9099843 /lib/chef | |
parent | 46adfe253cc870254666ece2958e2b6ba65b1497 (diff) | |
download | chef-f16adbaa17ea1a6664e3e9514fd9e9e3e4bf4157.tar.gz |
Bump version to 14.5.5 by Chef Expeditorv14.5.5
Obvious fix; these changes are the result of automation not creative thinking.
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 75f22fe9e4..38faa76549 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.5.4") + VERSION = Chef::VersionString.new("14.5.5") end # |