summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-20 00:29:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-20 00:29:30 +0000
commit38f8d2ac45a24a88bea9a035c576fadec292e9e6 (patch)
treeac73f15b2f247de529be1f4cf7aa1adb2875e485 /chef-config
parent5519af20d006ac3f325a8d2923f96992ecd8fe2a (diff)
downloadchef-38f8d2ac45a24a88bea9a035c576fadec292e9e6.tar.gz
Bump version to 16.0.69 by Chef Expeditorv16.0.69
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 1b19823ce9..7479e8ddc1 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.0.68".freeze
+ VERSION = "16.0.69".freeze
end