summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-27 15:28:53 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-27 15:28:53 +0000
commit772ca6ca5b652284b5fb3d70972f53216fe5e779 (patch)
treed7fd3ce37565f7cea622ea8568975d1ed6eb8164 /chef-bin
parent5e229a642b8085bd2997e06a863809fd32602791 (diff)
downloadchef-772ca6ca5b652284b5fb3d70972f53216fe5e779.tar.gz
Bump version to 15.6.21 by Chef Expeditorv15.6.21
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 24bb9fc40e..ba4a542054 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.6.20".freeze
+ VERSION = "15.6.21".freeze
end
#