diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-20 11:41:24 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-20 11:41:24 -0400 |
commit | 3b387336bfc097090d5b03f5b01e136bca56f8fd (patch) | |
tree | 70b21fa35d162a011b6a154fab4579c9491d7245 /gogs.go | |
parent | 1a0d7c54a2abecbe5335ca374fd8a345c2e7d3fd (diff) | |
download | gitea-3b387336bfc097090d5b03f5b01e136bca56f8fd.tar.gz gitea-3b387336bfc097090d5b03f5b01e136bca56f8fd.zip |
Add Repository/user name filter
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |