summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-03 16:33:27 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-03 16:33:27 -0400
commite9c4156c874ceeecc81fdf7fe00ff2f582110ecd (patch)
tree091d17fbfa89444ab16c97d4c4b8da361a1c6ad8 /gogs.go
parent79a610592ea7c2e93ab2f91190af1782c4aa8f8d (diff)
downloadgitea-e9c4156c874ceeecc81fdf7fe00ff2f582110ecd.tar.gz
gitea-e9c4156c874ceeecc81fdf7fe00ff2f582110ecd.zip
Add: rename 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 88f53eeb8e..034e131bc0 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.2.0.0402 Alpha"
+const APP_VER = "0.2.0.0403 Alpha"
func init() {
base.AppVer = APP_VER