diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-18 20:51:44 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-18 20:51:44 +0000 |
commit | 64871f29aa638b9c52e33aaccb047e3bea5e8c80 (patch) | |
tree | eebf69646592f84f954b2753a41332fc7aef20ae /chef-bin/lib | |
parent | d9c9b787f2b384c68eab33208e855cabde9e9c45 (diff) | |
download | chef-64871f29aa638b9c52e33aaccb047e3bea5e8c80.tar.gz |
Bump version to 18.0.71 by Chef Expeditorv18.0.71
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 4a57fd0c3c..4f38c7ba88 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 = "18.0.70".freeze + VERSION = "18.0.71".freeze end # |