summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-05 02:13:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-05 02:13:13 +0000
commit70279cd7b3221a5aa7a91965e463548cb5e2a507 (patch)
tree3bc0529e5f52edb9a6698cca626241804d40cbaf /chef-utils
parent94c1f8a48be2d52a02b1a0266dec082911a4284c (diff)
downloadchef-70279cd7b3221a5aa7a91965e463548cb5e2a507.tar.gz
Bump version to 16.0.110 by Chef Expeditorv16.0.110
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 35cc53b10b..0fdc7fa2fa 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.109".freeze
+ VERSION = "16.0.110".freeze
end