summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-15 23:03:26 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-15 23:03:26 -0400
commitbe82716b662b8b0b7f85c94209a264758f2b7f80 (patch)
tree794138f1898f5d411377facb1762eb8b1c1dbf9b /gogs.go
parent4744996f9a68ef0de8bc87b3c22c0bde9a305847 (diff)
downloadgitea-be82716b662b8b0b7f85c94209a264758f2b7f80.tar.gz
gitea-be82716b662b8b0b7f85c94209a264758f2b7f80.zip
Clean old LDAP code
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 341d82b68c..cb09893929 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
-const APP_VER = "0.3.4.0514 Alpha"
+const APP_VER = "0.3.4.0515 Alpha"
func init() {
base.AppVer = APP_VER