summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-08 17:06:14 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-08 17:06:14 +0000
commitd82c20419b2288c730e0a0c3ff0ad36c2b5b4019 (patch)
tree59fb94a140a6c7ae34eb697617ebe9186fb5b4ce /lib/chef/version.rb
parent056a4fba110cde7d455448df20f9c011c03c3553 (diff)
downloadchef-d82c20419b2288c730e0a0c3ff0ad36c2b5b4019.tar.gz
Bump version to 15.0.278 by Chef Expeditorv15.0.278
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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 96c49f7937..c0146b5430 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.277")
+ VERSION = Chef::VersionString.new("15.0.278")
end
#