summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-08 16:58:46 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-08 16:58:46 +0000
commit0082ec791b7ec5352c45a15903d26abb18805c77 (patch)
tree394c2c2a3f87a3887f4535bbb7fb5399947e6757 /lib/chef
parent1923995eb0041e7ad85b6bcd79fd346847219126 (diff)
downloadchef-0082ec791b7ec5352c45a15903d26abb18805c77.tar.gz
Bump version to 15.0.277 by Chef Expeditorv15.0.277
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 4b1db8f8b7..96c49f7937 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.276")
+ VERSION = Chef::VersionString.new("15.0.277")
end
#