aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-14 08:30:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-14 08:30:35 -0400
commitb0084b1adcc5c446387f90a87100c1f97b4e71ec (patch)
treedbfee82b3a54f6fb9eb5394a05af617297840936 /gogs.go
parent5ed5aa5228feba935679df8cb676af62018cc25d (diff)
downloadgitea-b0084b1adcc5c446387f90a87100c1f97b4e71ec.tar.gz
gitea-b0084b1adcc5c446387f90a87100c1f97b4e71ec.zip
Litte bug 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 2a18b4de9d..341d82b68c 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.4.0513 Alpha"
+const APP_VER = "0.3.4.0514 Alpha"
func init() {
base.AppVer = APP_VER