From 999eddd6238fb39fb02e9f0b17d23e2ab5e926af Mon Sep 17 00:00:00 2001 From: LyricTian Date: Wed, 17 Jan 2024 17:43:41 +0800 Subject: [PATCH] mod: Update release version to v10.3.1 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3a8f5a9..45eb009 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: build -RELEASE_VERSION = v10.3.0 +RELEASE_VERSION = v10.3.1 APP = gin-admin-cli BIN = ${APP} diff --git a/main.go b/main.go index c85ee32..f91f99d 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( //go:embed tpls var f embed.FS -var VERSION = "v10.3.0" +var VERSION = "v10.3.1" func main() { defer func() {