diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-04 01:44:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-04 01:44:21 +0000 |
commit | 69147fc6d93b120040c735318b6fc1d09a638933 (patch) | |
tree | beb0ba2e6f77551ea95b17d5fc6bc88e43bb80f9 /chef-bin | |
parent | 957cb60b3070296678c53b3cf2b5bc6093c8f5c6 (diff) | |
download | chef-69147fc6d93b120040c735318b6fc1d09a638933.tar.gz |
Bump version to 16.7.24 by Chef Expeditorv16.7.24
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 52bc183016..099753d911 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.23".freeze + VERSION = "16.7.24".freeze end # |