diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-06 19:57:36 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-06 19:57:37 +0000 |
commit | b8b7636ccc8293445c59bda2512bb6468843ca5f (patch) | |
tree | 0f83a59acd24ab552cacde54ff8387e9a1dffc88 /chef-utils | |
parent | f11019af0b420e9425e42b16d1df37c7b4a8d23f (diff) | |
download | chef-b8b7636ccc8293445c59bda2512bb6468843ca5f.tar.gz |
Bump version to 16.0.114 by Chef Expeditorv16.0.114
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 53a938a0f4..2437c11695 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.0.113".freeze + VERSION = "16.0.114".freeze end |