diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:38:32 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:38:32 +0000 |
commit | 62b64d0d9f27cc138091503069b9b07f5097ae62 (patch) | |
tree | eb4a06ac1e2d6a47f315310568b2ba03caedeb6a /chef-utils | |
parent | c9cf725ebe0ef731f32a96f4bf4114a5b97548b7 (diff) | |
download | chef-62b64d0d9f27cc138091503069b9b07f5097ae62.tar.gz |
Bump version to 16.0.244 by Chef Expeditorv16.0.244
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 abf7d0b2f7..13aaea51b4 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.243".freeze + VERSION = "16.0.244".freeze end |