summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-20 09:24:08 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-20 09:24:08 +0000
commitb631df7190f949218aa0b30c2aeed6350dce7b00 (patch)
tree129f11c5db22dcbdd9ff5238fb54f455a3992c0a /lib/chef
parent7bb983c8358a05361bef4f77832d2f51978dd15a (diff)
downloadchef-b631df7190f949218aa0b30c2aeed6350dce7b00.tar.gz
Bump version to 15.0.80 by Chef Expeditorv15.0.80
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 85915f0014..584c2852ca 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("15.0.79")
+ VERSION = Chef::VersionString.new("15.0.80")
end
#