Skip to content

Commit

Permalink
mod: Update release version to v10.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Jan 17, 2024
1 parent b11ead1 commit 999eddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build

RELEASE_VERSION = v10.3.0
RELEASE_VERSION = v10.3.1

APP = gin-admin-cli
BIN = ${APP}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 999eddd

Please sign in to comment.