summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-07 19:40:40 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-07 19:40:40 +0000
commit9e362f7b42ffd2aa17491ad2161fceb8a6862f17 (patch)
tree6df705884b01d013653957bdcdb7f60c87edc6c1 /lib
parent5200304124e8ee82e5ba5bd44a1702fcbddf2515 (diff)
downloadchef-9e362f7b42ffd2aa17491ad2161fceb8a6862f17.tar.gz
Bump version to 15.1.5 by Chef Expeditorv15.1.5
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 eb7909f345..94a2d42f89 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.4")
+ VERSION = Chef::VersionString.new("15.1.5")
end
#