Browse Source

app: update dev version (#6266)

ᴜɴᴋɴᴡᴏɴ 3 years ago
parent
commit
05477f1d29
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.12.0+dev"
+	conf.App.Version = "0.13.0+dev"
 }
 
 func main() {