summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 18:39:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 18:39:57 +0000
commit051b2d704dc3b11170d15f5d6a55a9142bf867ce (patch)
tree843dc868c8b1f12cb372f0830d1ab5e1259150b0 /lib
parented4337afebf7ca207aca78f44dd83e5b9395baf4 (diff)
downloadchef-051b2d704dc3b11170d15f5d6a55a9142bf867ce.tar.gz
Bump version to 15.4.0 by Chef Expeditor
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 aa315b9bfd..4e8abd9c2a 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.3.15")
+ VERSION = Chef::VersionString.new("15.4.0")
end
#