diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:29:42 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-02-24 18:29:43 +0000 |
commit | ce2f6b8e14b11aaad8adf7597ecef6395816a8e4 (patch) | |
tree | 9ef8f594b53e8cec1babb8683b85a01b5ad8b272 /chef-utils | |
parent | 9f886a892258d8788441a5943064a21152a881f9 (diff) | |
download | chef-ce2f6b8e14b11aaad8adf7597ecef6395816a8e4.tar.gz |
Bump version to 16.0.77 by Chef Expeditorv16.0.77
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 f314a16f1a..41430cd0a0 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.76".freeze + VERSION = "16.0.77".freeze end |