summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 18:55:21 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 18:55:21 +0000
commitc2700b197f4b0f7d53e784563e95c5d2f18f602b (patch)
treea2e23445456f69b01c92a99f85b35eb66f526ef1 /chef-bin/lib
parent6dee53f8fb7e72bb4d18c0b3db6e13919ab7605b (diff)
downloadchef-c2700b197f4b0f7d53e784563e95c5d2f18f602b.tar.gz
Bump version to 15.5.1 by Chef Expeditorv15.5.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 58156aa92a..bc7444211c 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.0".freeze
+ VERSION = "15.5.1".freeze
end
#