diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-15 05:24:43 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-15 05:24:43 +0000 |
commit | 01ae5aac80444d6e849bb44ba0f5798e46978c7f (patch) | |
tree | 5ebefbcc8c1787f06a3a07e083d474d1191d00f7 /lib/chef | |
parent | 20a1c3470fc76cbb4e52b1fde723738f6ade9e61 (diff) | |
download | chef-01ae5aac80444d6e849bb44ba0f5798e46978c7f.tar.gz |
Bump version to 14.0.59 by Expeditorv14.0.59
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 de0f6495b9..81841dd762 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.58") + VERSION = Chef::VersionString.new("14.0.59") end # |