summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-03 08:01:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-03 08:01:25 +0000
commite16c693a55d420ee7219cdd7a93791517d28bc15 (patch)
tree0c24787ec86cb7e16f97138e2bba0682bb60f1a1 /chef-utils/lib/chef-utils/version.rb
parente44bfc1507ae9a6126b9510b57318ffbfb684e40 (diff)
downloadchef-e16c693a55d420ee7219cdd7a93791517d28bc15.tar.gz
Bump version to 16.7.67 by Chef Expeditorv16.7.67
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 66562e12ad..2811a71b7e 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.7.66"
+ VERSION = "16.7.67"
end