diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-10 15:57:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-10 15:57:55 +0000 |
commit | e88c5898fcac327f2d20737d593732f1fabb2d40 (patch) | |
tree | 7a27f9404b5db97985c8c6285f15d21b462ed5d6 /chef-utils | |
parent | a624e55fd1d8513247bcabf9d896c43130ec4e44 (diff) | |
download | chef-e88c5898fcac327f2d20737d593732f1fabb2d40.tar.gz |
Bump version to 16.5.48 by Chef Expeditorv16.5.48
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 2b2cecff16..a17b482d0d 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("..", __dir__) - VERSION = "16.5.47".freeze + VERSION = "16.5.48".freeze end |