summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-23 11:35:40 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-23 11:35:40 +0000
commite1b2128951fdf0cfcdb996ad8322d262929d3db9 (patch)
tree55f4a12505a07293298a89d02471723c285cf498 /lib/chef/version.rb
parent60683ae0a12af882a37e778c5949df5840548ee3 (diff)
downloadchef-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.rb2
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
#