diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-23 11:35:40 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-02-23 11:35:40 +0000 |
commit | e1b2128951fdf0cfcdb996ad8322d262929d3db9 (patch) | |
tree | 55f4a12505a07293298a89d02471723c285cf498 /lib/chef/version.rb | |
parent | 60683ae0a12af882a37e778c5949df5840548ee3 (diff) | |
download | chef-e1b2128951fdf0cfcdb996ad8322d262929d3db9.tar.gz |
Bump version to 14.0.79 by Expeditorv14.0.79
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 7dd42109dc..74eac23d20 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.78") + VERSION = Chef::VersionString.new("14.0.79") end # |