summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-12 23:10:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-12 23:10:27 +0000
commit2fab0f052d6aea641eb7190d1515b023bd500fe4 (patch)
tree651c1dd5941ec50ba4a29f98c621a705ead4d491 /chef-bin
parent1cb646f48e5733889a1735782b2464685e61ba15 (diff)
downloadchef-2fab0f052d6aea641eb7190d1515b023bd500fe4.tar.gz
Bump version to 16.0.293 by Chef Expeditorv16.0.293
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 c2c88476ab..b22dc2def5 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.292".freeze
+ VERSION = "16.0.293".freeze
end
#