diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-07 17:08:21 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-07 17:08:21 -0500 |
commit | a2a59f8ad1192d3504abd50b2daf2ebfd97c86ca (patch) | |
tree | f18d38149410e483e5108da62512f32ca0c45a8a /gogs.go | |
parent | ba5c7ea7719abbef792e8b9897dcfadf4d54bbab (diff) | |
download | gitea-a2a59f8ad1192d3504abd50b2daf2ebfd97c86ca.tar.gz gitea-a2a59f8ad1192d3504abd50b2daf2ebfd97c86ca.zip |
Change /user/profile URL to /user/:username
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ import ( // Test that go1.1 tag above is included in builds. main.go refers to this definition. const go11tag = true -const APP_VER = "0.0.1.0307" +const APP_VER = "0.0.2.0307" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |