summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-21 15:58:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-21 15:58:55 +0000
commit6d1ce408e055a4904b9a875c47b0b2a0b21a977c (patch)
tree3e95f860e24fa9a211c8faace3936592f3ce2269 /chef-bin/lib
parentd43165c592a9f0438567c2e0ff8584087f50a65d (diff)
downloadchef-6d1ce408e055a4904b9a875c47b0b2a0b21a977c.tar.gz
Bump version to 16.3.20 by Chef Expeditorv16.3.20
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 f91e5b0529..3138c49f22 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.3.19".freeze
+ VERSION = "16.3.20".freeze
end
#