diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-08-03 06:13:50 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-08-03 06:13:50 +0000 |
commit | 9d6571decdd5697f9a5de10e536aa5880b82400e (patch) | |
tree | c2424a38b7435cb79351447bdb3c7741a9553579 /chef-bin | |
parent | fe662b22e0437fb3c3b1d2637eaa19f25a0ae020 (diff) | |
download | chef-9d6571decdd5697f9a5de10e536aa5880b82400e.tar.gz |
Bump version to 17.4.19 by Chef Expeditorv17.4.19
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.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 a4f35fcc97..076625c782 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.4.18".freeze + VERSION = "17.4.19".freeze end # |