Skip to content

Commit 089ffdb

Browse files
committed
Update main.go
1 parent 1bebf87 commit 089ffdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
func main() {
16-
fmt.Println("code-push-server-go V1.0.2")
16+
fmt.Println("code-push-server-go V1.0.3")
1717
// gin.SetMode(gin.ReleaseMode)
1818
g := gin.Default()
1919
g.Use(gzip.Gzip(gzip.DefaultCompression))

0 commit comments

Comments
 (0)