summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 51df34a5c6..6a14754084 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.1".freeze
+ VERSION = "15.4.2".freeze
end
#