From 302938e646d764cb7f0f63720d6b44fd1fa6e065 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 30 Aug 2015 00:22:26 +0800 Subject: #1333 Disable Gravatar option when install --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 1f0a35f3de..74579274c9 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.7.0829 Beta" +const APP_VER = "0.6.7.0830 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3