Browse Source

release: update version to 0.12.1

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