diff options
author | Unknwon <u@gogs.io> | 2016-03-05 00:51:51 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-05 00:51:51 -0500 |
commit | a2f13eae559c71d35662b7767a8b8347a26eb53e (patch) | |
tree | 35a02d0e6afaf1d9269dc9cee10b478d6c847560 /gogs.go | |
parent | 2a931937a8a92d5b1f3bca9e9cf4cbe23c862ce9 (diff) | |
download | gitea-a2f13eae559c71d35662b7767a8b8347a26eb53e.tar.gz gitea-a2f13eae559c71d35662b7767a8b8347a26eb53e.zip |
#1157 some avatar setting changes
- Allow to delete current avatar
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.57.0304" +const APP_VER = "0.8.57.0305" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |