Ver código fonte

release: update version to 0.14.2

Co-Authored-By: Claude Opus 4.6 <[email protected]>
Joe Chen 1 mês atrás
pai
commit
5dcb6c64bd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      gogs.go

+ 1 - 1
gogs.go

@@ -14,7 +14,7 @@ import (
 )
 
 func init() {
-	conf.App.Version = "0.14.1"
+	conf.App.Version = "0.14.2"
 }
 
 func main() {