summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-29 02:17:19 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-29 02:17:20 +0000
commit6ae0bb91d31cb55815d64e6221720799457d208c (patch)
tree34bd62811803668f5fcaae18dd3d34dc253bc0da /chef-config
parentc58af91961eedbb48d10e03e0be92c41309c6b09 (diff)
downloadchef-6ae0bb91d31cb55815d64e6221720799457d208c.tar.gz
Bump version to 16.2.67 by Chef Expeditorv16.2.67
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 120f325605..271cb9f5a1 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.66".freeze
+ VERSION = "16.2.67".freeze
end