소스 검색

release: remove dev version notion

ᴜɴᴋɴᴡᴏɴ 3 년 전
부모
커밋
f17e7d5a2c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.12.0"
 }
 
 func main() {