summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-20 16:54:18 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-20 16:54:18 +0000
commit8dcc671113cdad336f40da8b780fb40364ee214c (patch)
tree1e415750b001c61bc438aa5fe32b0ed30ffdb694 /chef-bin
parent42e4bc3063296c7dfe83ac1b4f43f5aef8e418b4 (diff)
downloadchef-8dcc671113cdad336f40da8b780fb40364ee214c.tar.gz
Bump version to 16.13.23 by Chef Expeditorv16.13.23
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 255027a1d8..c6f6384f9a 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.13.22".freeze
+ VERSION = "16.13.23".freeze
end
#