summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-02 20:42:14 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-02 20:42:14 +0000
commit09a008a8b845be08580678e7a60de55bcef27ca8 (patch)
treeda9ebcd89685810a3d0c3ae7cefa38c3f0ac7730 /chef-bin
parent9604db9ced992079daaaf31ec64b82758465cd65 (diff)
downloadchef-09a008a8b845be08580678e7a60de55bcef27ca8.tar.gz
Bump version to 16.7.20 by Chef Expeditorv16.7.20
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 13b3fd6767..60b8dc0b6b 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("..", __dir__)
- VERSION = "16.7.19".freeze
+ VERSION = "16.7.20".freeze
end
#