summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-22 01:56:40 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-22 01:56:40 +0000
commit67a19dfb20c787a84a905859f3e6e76faa106bab (patch)
treea8d525c6d8ef4ff2a4ab910736cd10941259656d /chef-utils
parent549bdc9f4e0ff328517ae3dbf90786aa0b9ae1dc (diff)
downloadchef-67a19dfb20c787a84a905859f3e6e76faa106bab.tar.gz
Bump version to 16.0.5 by Chef Expeditorv16.0.5
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 21878f1efa..fef178272c 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.4".freeze
+ VERSION = "16.0.5".freeze
end