diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-08 22:34:30 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-08 22:34:30 +0000 |
commit | 9917b462e7cf8746e5732f1ef51e0e37e758994e (patch) | |
tree | b50906f5f55fbfee72862b15cbf42ff4aa5ae90d /chef-bin | |
parent | f0b1772ace0ee495bfeda5417818ebd4a69f7304 (diff) | |
download | chef-9917b462e7cf8746e5732f1ef51e0e37e758994e.tar.gz |
Bump version to 15.4.71 by Chef Expeditorv15.4.71
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 8f03577a58..f6da20845b 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.70".freeze + VERSION = "15.4.71".freeze end # |