From 139a523642eb3c8b6ecf0cd494784ff8c9583075 Mon Sep 17 00:00:00 2001 From: Shikai Liu Date: Sat, 9 Dec 2023 16:31:57 +0800 Subject: [PATCH] Update the version! --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 44fe6f7..99e18dd 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "code_magic" -version = "0.0.17" +version = "0.0.16" description = "A development tools" authors = ["lsk"] license = "MIT"