summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-29 00:00:01 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-29 00:00:01 +0000
commite886a813d2ade9c3615354c4234b279145a13c02 (patch)
tree1bb92a6dbb253c76a337c3ffb9fe0748b0dc7937 /chef-config
parentdfa223b625d1c7fd7793e800a6d216652c479608 (diff)
downloadchef-e886a813d2ade9c3615354c4234b279145a13c02.tar.gz
Bump version to 16.2.4 by Chef Expeditorv16.2.4
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 2d448d356d..e315c6f8bd 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.3".freeze
+ VERSION = "16.2.4".freeze
end