diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-09 00:04:57 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-09 00:04:57 +0000 |
commit | ae5a9aabfc6e1eec5581c45c300fb4286304e97b (patch) | |
tree | 18405b700f4f93810825ff051ad4ac413c618f37 /chef-bin | |
parent | 698ef57d5d95070cdbe97836ad088bf2c99667a1 (diff) | |
download | chef-ae5a9aabfc6e1eec5581c45c300fb4286304e97b.tar.gz |
Bump version to 15.4.73 by Chef Expeditorv15.4.73
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 e0e537d742..83e3342301 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("../..", __FILE__) - VERSION = "15.4.72".freeze + VERSION = "15.4.73".freeze end # |