diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:26:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:26:21 +0000 |
commit | 8b267e2117bc8c4bad9667274a2665210a25adcd (patch) | |
tree | fc297ca51aee7141d781529ee2b102f8395ceeee /chef-bin/lib | |
parent | cc1c5d98afd8c14ad0e8b5fd94d96bbdbefc3650 (diff) | |
download | chef-8b267e2117bc8c4bad9667274a2665210a25adcd.tar.gz |
Bump version to 17.8.20 by Chef Expeditorv17.8.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.rb | 2 |
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 eed22f2be8..56fb919641 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 = "17.8.19".freeze + VERSION = "17.8.20".freeze end # |