summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-21 21:37:13 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-21 21:37:13 -0400
commit5e9a45f74a7f55cde71054255bd8dec8a8037a72 (patch)
tree9e001c14252cec5950c9c93d1ce99f30108aefbf /gogs.go
parent1331134316e1165d68d2cb6473e16929ed794dea (diff)
downloadgitea-5e9a45f74a7f55cde71054255bd8dec8a8037a72.tar.gz
gitea-5e9a45f74a7f55cde71054255bd8dec8a8037a72.zip
Code convention
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 ca00fb5088..16fd5ec768 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.5.0518 Alpha"
+const APP_VER = "0.3.5.0521 Alpha"
func init() {
base.AppVer = APP_VER