From 330b573d3e47e350069e16674eb177ae0cd54ca7 Mon Sep 17 00:00:00 2001 From: lixinyu Date: Mon, 8 Jan 2024 14:11:46 +0800 Subject: [PATCH] version: upgrade version to 0.0.41 the release log: * optimize the build print and let oebuild's exit_number be same as yocto * optimize the git download progress and let the git task performance more original Signed-off-by: lixinyu --- src/oebuild/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/version.py b/src/oebuild/version.py index 8e72550..c0bc3e3 100644 --- a/src/oebuild/version.py +++ b/src/oebuild/version.py @@ -10,4 +10,4 @@ MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. ''' -__version__ = '0.0.40' +__version__ = '0.0.41' -- Gitee