summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-13 12:40:32 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-13 12:40:32 -0400
commit98dbbae2efd5c232d94f5e4d8df9d388cace2ebc (patch)
tree262ea9952e6c9f960ca86e839fb1f23cc8ee898c /gogs.go
parentc117f9e73f148468c624f31be237af7a691533a0 (diff)
downloadgitea-98dbbae2efd5c232d94f5e4d8df9d388cace2ebc.tar.gz
gitea-98dbbae2efd5c232d94f5e4d8df9d388cace2ebc.zip
Fix #166
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 912cd77788..2a18b4de9d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.3.0512 Alpha"
+const APP_VER = "0.3.4.0513 Alpha"
func init() {
base.AppVer = APP_VER