summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-19 21:41:09 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-19 21:41:09 +0000
commit076c7dd49d864d9dbc9613123dc0b9a2f15ffd58 (patch)
tree31f69eee4ffed71a95e0291a00e2e9a890e8a21b /lib/chef
parent44fe94f81d2bb4944d01d5d1054a51e8ce16054b (diff)
downloadchef-076c7dd49d864d9dbc9613123dc0b9a2f15ffd58.tar.gz
Bump version to 15.0.78 by Chef Expeditorv15.0.78
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 e155d2e69a..60e4786d01 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.77")
+ VERSION = Chef::VersionString.new("15.0.78")
end
#