diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-06 19:58:41 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-06 19:58:41 +0000 |
commit | 2ca9781c9e0c38ca246f80df08f3d5565159850f (patch) | |
tree | f2695ca0d78e33c0d0baf550571f92c974e3a71a /chef-utils/lib | |
parent | b8b7636ccc8293445c59bda2512bb6468843ca5f (diff) | |
download | chef-2ca9781c9e0c38ca246f80df08f3d5565159850f.tar.gz |
Bump version to 16.0.115 by Chef Expeditorv16.0.115
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib')
-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 2437c11695..39f411a6ac 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.114".freeze + VERSION = "16.0.115".freeze end |