summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-03 18:36:27 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-03 18:36:27 +0000
commit6d11c8b5298f75f69c32cc632048784603ad7cb8 (patch)
tree77d912a93d852baaf70a262a4c52104ffc166aee /chef-bin/lib/chef-bin/version.rb
parentb731df4d74cc510d16d5db15ba54ab13fbf14373 (diff)
downloadchef-6d11c8b5298f75f69c32cc632048784603ad7cb8.tar.gz
Bump version to 18.2.20 by Chef Expeditorv18.2.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 395a7ecc2b..4bba192915 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 = "18.2.19".freeze
+ VERSION = "18.2.20".freeze
end
#