summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-24 00:58:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-24 00:58:32 +0000
commit89569bd15923c251903398b8a1aa1ac8aaa90a30 (patch)
treef61cad536084393a7fbd6dd43b57a0855b0405f6 /chef-bin/lib
parent81a06320a03e0b3e696b1f967a09cc86d38e0d7b (diff)
downloadchef-89569bd15923c251903398b8a1aa1ac8aaa90a30.tar.gz
Bump version to 16.0.13 by Chef Expeditorv16.0.13
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 18160b099c..348dc8178e 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.0.12".freeze
+ VERSION = "16.0.13".freeze
end
#