Parcourir la source

release: update version to 0.12.3

ᴜɴᴋɴᴡᴏɴ il y a 4 ans
Parent
commit
f0e3cd90f8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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() {