summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-20 11:41:24 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-20 11:41:24 -0400
commit3b387336bfc097090d5b03f5b01e136bca56f8fd (patch)
tree70b21fa35d162a011b6a154fab4579c9491d7245 /gogs.go
parent1a0d7c54a2abecbe5335ca374fd8a345c2e7d3fd (diff)
downloadgitea-3b387336bfc097090d5b03f5b01e136bca56f8fd.tar.gz
gitea-3b387336bfc097090d5b03f5b01e136bca56f8fd.zip
Add Repository/user name filter
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 d32e3908c9..a600c53d12 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
-const APP_VER = "0.1.2.0320.1"
+const APP_VER = "0.1.3.0320.1"
func init() {
base.AppVer = APP_VER