summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-18 18:28:29 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-18 18:28:29 +0000
commitca73a47ffa9685333b3df4c97c6d3e18904e268f (patch)
tree8a79e76292f6e99ad8743e88c2e6d30770f9fe14 /chef-bin/lib/chef-bin/version.rb
parent9d6eddcf176b31453754623cd07055e65800a946 (diff)
downloadchef-ca73a47ffa9685333b3df4c97c6d3e18904e268f.tar.gz
Bump version to 15.5.11 by Chef Expeditorv15.5.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 33efd3f8c7..ab6b23c031 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.10".freeze
+ VERSION = "15.5.11".freeze
end
#