diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-07-09 20:37:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-07-09 20:37:32 +0000 |
commit | 4d952c659eaa4b7e69cfa3a9b07db5199a83bd42 (patch) | |
tree | 7b6dfaa0a0a2ace9798f09effb14b996a68bb548 /chef-utils | |
parent | 3f75f7425c73131002b59245fb2729c3f2edb7b3 (diff) | |
download | chef-4d952c659eaa4b7e69cfa3a9b07db5199a83bd42.tar.gz |
Bump version to 16.2.95 by Chef Expeditorv16.2.95
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 0fe9f98adb..916bb4c057 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.2.94".freeze + VERSION = "16.2.95".freeze end |