summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 15:18:18 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 15:18:18 +0000
commit69bd023b9617c5bdf0fcbaa5606bfd0a22b1db44 (patch)
tree8618ed1695e6c78a3434baa163ba1138abbfaba3 /chef-config
parentfaec04bccabf3bdc50551a8b74596d7a88384755 (diff)
downloadchef-69bd023b9617c5bdf0fcbaa5606bfd0a22b1db44.tar.gz
Bump version to 16.4.3 by Chef Expeditorv16.4.3
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 e0e999a229..646e2cb884 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("..", __dir__)
- VERSION = "16.4.2".freeze
+ VERSION = "16.4.3".freeze
end