diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-08-19 17:03:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-08-19 17:03:05 +0000 |
commit | 77a5acf5cc391c2de78d2949c8b2975989262c24 (patch) | |
tree | 0c97db9e1e026fc7066f639669ae9dcfc5cd4073 /chef-bin | |
parent | bd40569f4c4899be0515a1815c84f6a114874c57 (diff) | |
download | chef-77a5acf5cc391c2de78d2949c8b2975989262c24.tar.gz |
Bump version to 16.4.40 by Chef Expeditorv16.4.40
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 6b95d1cdd0..6cb44fcb8b 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.4.39".freeze + VERSION = "16.4.40".freeze end # |