Browse Source

release: update version to 0.12.3

ᴜɴᴋɴᴡᴏɴ 3 years ago
parent
commit
f0e3cd90f8
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.2"
+	conf.App.Version = "0.12.3"
 }
 
 func main() {