From 76bf2f37fb628ff11fcad6fd319ced7c8180b9c6 Mon Sep 17 00:00:00 2001 From: erwinpan1 Date: Mon, 17 Apr 2023 23:57:48 +0800 Subject: [PATCH] chef.py set default sw_ver_string from "v1.0" to"" --- examples/chef/chef.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chef/chef.py b/examples/chef/chef.py index 25db9f9da1aa94..930309f8ddc07a 100755 --- a/examples/chef/chef.py +++ b/examples/chef/chef.py @@ -595,7 +595,7 @@ def main() -> int: # if options.do_build: - sw_ver_string = "v1.0" + sw_ver_string = "" if options.do_automated_test_stamp: branch = ""