aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-02-18 17:31:16 -0500
committerUnknown <joe2010xtmf@163.com>2014-02-18 17:31:16 -0500
commitb455478df8fbdb6fa353981a3e10058e9ed5cf4d (patch)
tree0c782b92e1e7b55688c341b5e1fd795717f700dd /gogs.go
parent3eb1ab9e8b12a80096d6b10a7f0a398aec8d8172 (diff)
Finish register user
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 6cb3f37e..140ee651 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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() {