summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-13 19:34:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-13 19:34:35 +0000
commitdab953e164a4c124933890b027330a4223b6e6b4 (patch)
treeda1ee97c82e61d0041ccdc2b08b1c53f7a104ff5 /chef-bin/lib
parente3e6ef0987b52ce14c8570a49aebaa8baf04ccea (diff)
downloadchef-dab953e164a4c124933890b027330a4223b6e6b4.tar.gz
Bump version to 16.4.23 by Chef Expeditorv16.4.23
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 c7a42742de..96cad480f1 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("..", __dir__)
- VERSION = "16.4.22".freeze
+ VERSION = "16.4.23".freeze
end
#