summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-24 02:43:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-24 02:43:29 +0000
commitacf0f65c31926ff9a2eeb6dc2d76b56bfe880c49 (patch)
tree231b0a2067ce55291767e11820894f6a6fb89e89 /chef-utils
parentc3932fabf25e9f4de4893f706417c2e42929a95c (diff)
downloadchef-acf0f65c31926ff9a2eeb6dc2d76b56bfe880c49.tar.gz
Bump version to 16.5.69 by Chef Expeditorv16.5.69
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 347204773d..7410582665 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("..", __dir__)
- VERSION = "16.5.68".freeze
+ VERSION = "16.5.69".freeze
end