summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-07 17:49:18 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-07 17:49:18 +0000
commit1e298cbc10f7814a3610eb7d7f8ba3a52456bda2 (patch)
treeeba5baeebc2be4b00b4b15415a1cf500ae5d17ba /lib
parent818de393d5766f7a7e2db8c141debe06d4cb2cdd (diff)
downloadchef-1e298cbc10f7814a3610eb7d7f8ba3a52456bda2.tar.gz
Bump version to 15.4.28 by Chef Expeditorv15.4.28
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 ccfd7ff350..aeb0d91a69 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.4.27")
+ VERSION = Chef::VersionString.new("15.4.28")
end
#