summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-01 18:59:00 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-01 18:59:00 +0000
commit3c9c4a8ebbc7e4a7d29e4803f1a518dc71887817 (patch)
tree9b230fc6e5efb9db04745fa1f685fa0f722ff954 /lib/chef/version.rb
parent1ccfd07c8a943e2f3535d640954c863e75bfd38b (diff)
downloadchef-3c9c4a8ebbc7e4a7d29e4803f1a518dc71887817.tar.gz
Bump version to 15.0.251 by Chef Expeditorv15.0.251
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 5fcdd3e0d4..b22a235166 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.250")
+ VERSION = Chef::VersionString.new("15.0.251")
end
#