Browse Source

release: update version to 0.13.2

Joe Chen 4 months ago
parent
commit
593c7b6db6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gogs.go

+ 1 - 1
gogs.go

@@ -18,7 +18,7 @@ import (
 )
 
 func init() {
-	conf.App.Version = "0.13.1"
+	conf.App.Version = "0.13.2"
 }
 
 func main() {