diff options
author | Unknown <joe2010xtmf@163.com> | 2014-02-18 17:31:16 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-02-18 17:31:16 -0500 |
commit | b455478df8fbdb6fa353981a3e10058e9ed5cf4d (patch) | |
tree | 0c782b92e1e7b55688c341b5e1fd795717f700dd /gogs.go | |
parent | 3eb1ab9e8b12a80096d6b10a7f0a398aec8d8172 (diff) |
Finish register user
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/utils/log" ) -const APP_VER = "0.0.0.0217" +const APP_VER = "0.0.0.0218" func init() { |