diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-02 16:00:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-02 16:00:12 +0000 |
commit | 5d252bfe4fd028c809e931a3fe6d9c80333a6d0b (patch) | |
tree | a7471deca9e3dc363e8b4aef371ff36e82296908 /chef-utils | |
parent | bb9010335746e3c18473e96226b0630f61d4e305 (diff) | |
download | chef-5d252bfe4fd028c809e931a3fe6d9c80333a6d0b.tar.gz |
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index 20ca0aa3d9..78277b2eaa 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("../..", __FILE__) - VERSION = "16.2.75".freeze + VERSION = "16.2.76".freeze end |