Skip to content

Commit cf34ef8

Browse files
committed
fix: Update version
1 parent 6392688 commit cf34ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build
22

3-
RELEASE_VERSION = v10.2.0
3+
RELEASE_VERSION = v10.2.1
44

55
APP = gin-admin-cli
66
BIN = ${APP}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
//go:embed tpls
1414
var f embed.FS
1515

16-
var VERSION = "v10.2.0"
16+
var VERSION = "v10.2.1"
1717

1818
func main() {
1919
defer func() {

0 commit comments

Comments
 (0)