From 338af89d5641008be579df9c554d0a1db190a009 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 17 Feb 2016 22:47:06 -0500 Subject: #2650 fix possbility that use email as pusher user name Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more. --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 22d36b5b..8765344a 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.37.0217" +const APP_VER = "0.8.38.0217" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3