summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-02 18:17:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-02 18:17:10 +0000
commitb8c6b4d02084c423f8720b536533e64163af2284 (patch)
tree2a3b6fabfa09521bd4b39be91e43aed684c82820 /chef-utils
parent4e2b7674eb1920f332f31e9f5abe944aec0d323b (diff)
downloadchef-b8c6b4d02084c423f8720b536533e64163af2284.tar.gz
Bump version to 16.0.103 by Chef Expeditorv16.0.103
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 7b61693575..8fe9e2ecd4 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.102".freeze
+ VERSION = "16.0.103".freeze
end