diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 21:41:28 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-05-29 21:41:29 +0000 |
commit | f0878f4e9ddd5b273b7fed67f30742c25f1662c3 (patch) | |
tree | e24a7fe4d0601fe4b31e84c2bdabf3d227e5b7c5 /lib/chef/version.rb | |
parent | 7cfd9c3c099b264924da08721e7759886c94d16f (diff) | |
download | chef-f0878f4e9ddd5b273b7fed67f30742c25f1662c3.tar.gz |
Bump version to 14.13.0 by Chef Expeditorv14.13.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 65d498e8eb..1e041288be 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.12.14") + VERSION = Chef::VersionString.new("14.13.0") end # |