summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-31 18:42:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-31 18:42:20 +0000
commit3dfb81307cebd0d0987dd1daab3024c34b628539 (patch)
treeb4c1f36a0e67f9fa3711166f09ed51dcb176afb5 /chef-utils/lib/chef-utils/version.rb
parent3ead9846a0fb8a697d70961f83fd8fc7643d3822 (diff)
downloadchef-3dfb81307cebd0d0987dd1daab3024c34b628539.tar.gz
Bump version to 16.0.167 by Chef Expeditorv16.0.167
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 9d1e1bd1f6..89bd28b3da 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.166".freeze
+ VERSION = "16.0.167".freeze
end