From 1921ba24cdf2b5c6e3bc6b48ed43b9a49197ef72 Mon Sep 17 00:00:00 2001 From: me1ting <52079867+me1ting@users.noreply.github.com> Date: Sun, 31 Dec 2023 17:17:17 +0800 Subject: [PATCH] chore: update version number --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4efc553..7eb30d1 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( //go:embed all:frontend/dist var assets embed.FS -const VersionNumber = "1.0.2" +const VersionNumber = "1.0.3" func main() { // Create an instance of the app structure