summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-16 22:39:46 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-16 22:39:46 +0000
commitca10ffc524f6098736f36ddd1bfe32ebf00511ee (patch)
tree0e2a4c66a1809126c379a346d24697f8be764ef8 /chef-bin/lib/chef-bin/version.rb
parentb835a68c52331547048e32844f1135718858bf79 (diff)
downloadchef-ca10ffc524f6098736f36ddd1bfe32ebf00511ee.tar.gz
Bump version to 15.7.20 by Chef Expeditorv15.7.20
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 1af218fa83..92fdaec6f1 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.7.19".freeze
+ VERSION = "15.7.20".freeze
end
#