summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-06-20 07:39:26 +0000
committerChef Expeditor <chef-ci@chef.io>2019-06-20 07:39:26 +0000
commit66f9dcffa2bcf1d415344004f467dff4d668fda8 (patch)
treeb9ce96d2c7f9a570c2c4d0959c266e15526717dd /lib
parent2c9209f42876daf4eb5d343f1cb0ea3fe47ca3e5 (diff)
downloadchef-66f9dcffa2bcf1d415344004f467dff4d668fda8.tar.gz
Bump version to 15.1.18 by Chef Expeditorv15.1.18
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 ed5e928725..1a3a9bcec1 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.17")
+ VERSION = Chef::VersionString.new("15.1.18")
end
#