summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-21 19:02:02 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-21 19:02:02 +0000
commit16b6db24f54f4fa015b4939880a04abb9a8c256b (patch)
tree6f54d2d2ee76776f01eca07416214630b1f869c0 /chef-config
parent6ce48a1eda817f58bb3685d9f27f242f442053dc (diff)
downloadchef-16b6db24f54f4fa015b4939880a04abb9a8c256b.tar.gz
Bump version to 16.0.234 by Chef Expeditorv16.0.234
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 652862da39..5179fe71ac 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.233".freeze
+ VERSION = "16.0.234".freeze
end