diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-06 02:21:44 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-06 02:21:44 -0500 |
commit | c6f2c23b05474d80ea282a7683135b3ea8f8e2d9 (patch) | |
tree | 83054b7cb334ffbfbeadc688bf853fa0916696d3 /gogs.go | |
parent | e59f90b8fee3e615d1b60067bfc0d636606899d8 (diff) |
Add binding form for register user
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.0.0303" +const APP_VER = "0.0.0.0305" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |