Browse Source

release: update version to 0.12.4

Joe Chen 3 years ago
parent
commit
2210ab7a42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gogs.go

+ 1 - 1
gogs.go

@@ -19,7 +19,7 @@ import (
 )
 
 func init() {
-	conf.App.Version = "0.12.3"
+	conf.App.Version = "0.12.4"
 }
 
 func main() {