#2968 use HTTP_ADDR to replace localhost

This commit is contained in:
Unknwon 2016-07-02 18:54:48 +08:00
parent f485fcde96
commit 6aa00f7bcf
5 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.34.0630"
const APP_VER = "0.9.35.0702"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())