summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-14 22:04:33 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-14 22:04:33 +0000
commit028feb474117665148119f43bed18c5248a4b6ae (patch)
tree04d72820c6586cd22c37a189cfd05bf7939ffec2 /chef-bin
parentfcf00ab7346b6fb70e72911f7c35eb138aa05311 (diff)
downloadchef-028feb474117665148119f43bed18c5248a4b6ae.tar.gz
Bump version to 15.5.4 by Chef Expeditorv15.5.4
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 19d4d8e176..9d4513e3e4 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.5.3".freeze
+ VERSION = "15.5.4".freeze
end
#