diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:41:12 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-04-25 16:41:12 +0000 |
commit | 79d0c500226b6e35d4aa2eea89a9dec9ff9a9db0 (patch) | |
tree | 9a6635c87f8a2ddfc5d69ee08694f70f3e691824 /chef-utils | |
parent | f66f7ee2f9778302db55594cef50ed7c0db25445 (diff) | |
download | chef-79d0c500226b6e35d4aa2eea89a9dec9ff9a9db0.tar.gz |
Bump version to 16.0.245 by Chef Expeditorv16.0.245
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 13aaea51b4..75c74bbc33 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.244".freeze + VERSION = "16.0.245".freeze end |