summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-03 21:18:54 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-03 21:18:54 +0000
commite93af6a4cf5787a34a5c765ebd2e4029ca9a3633 (patch)
tree9a69d5386473d628ce91e4554dc1e125aafbe5f1 /chef-bin/lib
parente989d9aa4d15ddc5bcb76d5892ea448a0cc61594 (diff)
downloadchef-e93af6a4cf5787a34a5c765ebd2e4029ca9a3633.tar.gz
Bump version to 15.8.11 by Chef Expeditorv15.8.11
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 b8b1b15864..319123e7ad 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.8.10".freeze
+ VERSION = "15.8.11".freeze
end
#