summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-19 21:44:55 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-19 21:44:55 +0000
commitae5c72dd28bd3afd4c062f4c804578302264695f (patch)
treed4fe01c3c894977dd3f0e023dca711593fc26de0 /chef-utils
parent6d0d837ea204759cd99f9a85cc5cadf10051fc06 (diff)
downloadchef-ae5c72dd28bd3afd4c062f4c804578302264695f.tar.gz
Bump version to 16.0.68 by Chef Expeditorv16.0.68
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 bbbec29114..d984b7d12a 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.67".freeze
+ VERSION = "16.0.68".freeze
end