summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-11 15:37:21 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-11 15:37:21 +0000
commit6bbf42b0ff11eabdb72067e78e4101ad93820b71 (patch)
treebbcfc4859bc1dc91b263ff9f894a07fea02daea8 /lib
parentde47ae26052bcfa0816dba2f7145105dab654e0a (diff)
downloadchef-6bbf42b0ff11eabdb72067e78e4101ad93820b71.tar.gz
Bump version to 15.1.51 by Chef Expeditorv15.1.51
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-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 d2b65685b5..7cc2e6cda9 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.1.50")
+ VERSION = Chef::VersionString.new("15.1.51")
end
#