summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-18 18:04:31 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-18 18:04:31 +0000
commit4e5908e297f26f19ad5da2cefaa46579db38d266 (patch)
tree0a2bde89a07deced8e97ea26e0a0cabf676cefd1 /lib
parent36770a10485ac87c22ef38c2c7e4750e6153dbd3 (diff)
downloadchef-4e5908e297f26f19ad5da2cefaa46579db38d266.tar.gz
Bump version to 15.4.2 by Chef Expeditorv15.4.2
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 685929c22f..afe18aedfa 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.1")
+ VERSION = Chef::VersionString.new("15.4.2")
end
#