diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-12 19:26:47 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-12 19:26:47 +0000 |
commit | af4db730bb7ae2e03b6fd6ce7d2b74d2ef2e3336 (patch) | |
tree | 28c2dab1d2d6e2b575085c7c67930585a6e16397 /lib | |
parent | 2d383722732c868a7a17d04367065bc09628c0f8 (diff) | |
download | chef-af4db730bb7ae2e03b6fd6ce7d2b74d2ef2e3336.tar.gz |
Bump version to 14.0.55 by Expeditorv14.0.55
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 36736976ee..7d5714ce26 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.54") + VERSION = Chef::VersionString.new("14.0.55") end # |