Skip to content

Commit a407534

Browse files
committed
Update version to 1.0.4
1 parent 3118124 commit a407534

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.3")
16+
fmt.Println("code-push-server-go V1.0.4")
1717
// gin.SetMode(gin.ReleaseMode)
1818
g := gin.Default()
1919
g.Use(gzip.Gzip(gzip.DefaultCompression))

0 commit comments

Comments
 (0)