diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-12 18:54:10 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-12 18:54:10 +0000 |
commit | 0312816896d2319bee55761a66428805843331d2 (patch) | |
tree | afa7557e17c1603c8b7801e31d145dda7c533dfd /lib/chef | |
parent | 39480c70b777f381dc7fd7c7f36a477be876105f (diff) | |
download | chef-0312816896d2319bee55761a66428805843331d2.tar.gz |
Bump version to 14.0.54 by Expeditorv14.0.54
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 68bba2cbb2..36736976ee 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.53") + VERSION = Chef::VersionString.new("14.0.54") end # |