summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-07 20:19:02 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-07 20:19:02 +0000
commit6fc8b5f7f36b754aab979a56ece68500ab2ad87e (patch)
treefb8f5117e452286965e26571eb5d90a19e42b4a6 /lib/chef
parent8b99fc188803f460fd5e76d8280257f9557bf4f8 (diff)
downloadchef-6fc8b5f7f36b754aab979a56ece68500ab2ad87e.tar.gz
Bump version to 15.0.271 by Chef Expeditorv15.0.271
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 c3fd53134f..200cb90966 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.270")
+ VERSION = Chef::VersionString.new("15.0.271")
end
#