summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 8641bd5ebe..d806c51b19 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.3".freeze
+ VERSION = "16.2.4".freeze
end
#