summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-06 22:35:49 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-06 22:35:49 +0000
commitb39cf567a0e39c989c85bfc92b5352a655eeac05 (patch)
treef59623d4e2d8e4b7eae0cfb2386e5ba1afe4ca95 /chef-utils
parentb13d4353536f4b22d91608f4a7db55be7f8f8057 (diff)
downloadchef-b39cf567a0e39c989c85bfc92b5352a655eeac05.tar.gz
Bump version to 16.0.280 by Chef Expeditorv16.0.280
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.rb2
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 8da02162f0..d7b9b219dc 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.279".freeze
+ VERSION = "16.0.280".freeze
end