From 8043405d352c53bebde8d1000f7cc066a593efdc Mon Sep 17 00:00:00 2001 From: bingo Date: Sat, 1 Nov 2025 10:24:53 +0000 Subject: [PATCH] update version Signed-off-by: bingo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4c70a9f..cb42dfa 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 1.2.0 +VERSION = 2.0.0 .PHONY: all clean modules PKGPATH=pkg -- Gitee