diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-27 22:50:59 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-27 22:50:59 +0000 |
commit | b9044b607af4a09738db65119c40490fcd9f972d (patch) | |
tree | 14a433502dc211920b9e03b33f95e79b03a6f5b5 /chef-utils | |
parent | 567041d08093f2549a00e65db98871888d8e296e (diff) | |
download | chef-b9044b607af4a09738db65119c40490fcd9f972d.tar.gz |
Bump version to 16.0.256 by Chef Expeditorv16.0.256
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 2200b04be9..9365975cad 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.255".freeze + VERSION = "16.0.256".freeze end |