From 6aa00f7bcf707a103df1b5ef5976da01a3838a13 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 2 Jul 2016 18:54:48 +0800 Subject: #2968 use HTTP_ADDR to replace localhost --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 67a6be1948..abba171540 100644 --- a/gogs.go +++ b/gogs.go @@ -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()) -- cgit v1.2.3