summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-11 07:43:57 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-11 07:43:57 -0400
commitc5dbc24ca45e99c51e86e35a57ddec7a9095bb01 (patch)
treef5111fd2ba958554d649f4ca12ed6266a3244d45 /gogs.go
parentbf58679390b9045054139fd0f43bef9bb972f3e6 (diff)
downloadgitea-c5dbc24ca45e99c51e86e35a57ddec7a9095bb01.tar.gz
gitea-c5dbc24ca45e99c51e86e35a57ddec7a9095bb01.zip
UI fix
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 3d6b4807a6..8d5b021c34 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.3.0508 Alpha"
+const APP_VER = "0.3.3.0511 Alpha"
func init() {
base.AppVer = APP_VER