summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-07 12:09:30 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-07 12:09:30 -0400
commit7407f9caf3e0baf3f9b7894fab021356662eed17 (patch)
treef8a06f17b900657e4088973e31b24ba93125190e /gogs.go
parent8ca14e210959b9316a4eed6e127de1eb775fda74 (diff)
downloadgitea-7407f9caf3e0baf3f9b7894fab021356662eed17.tar.gz
gitea-7407f9caf3e0baf3f9b7894fab021356662eed17.zip
Finish issue design
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 23fed5d894..df1062e0eb 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.3.0506 Alpha"
+const APP_VER = "0.3.3.0507 Alpha"
func init() {
base.AppVer = APP_VER