diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-19 16:43:24 +0800 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2014-03-19 16:43:24 +0800 |
commit | 2513dab2b038d4fed3983d49c448300eccb924f9 (patch) | |
tree | 370060f6d8100a2e5ae892bfd1ff1dfae7929a4a /gogs.go | |
parent | 7076f466c9491b07be272d4680cfea5ed839b855 (diff) | |
parent | b192b70aecbe3b91affd9d9396669ed000a936d6 (diff) |
Merge branch 'master' of github.com:gogits/gogs
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.0.0318.1" +const APP_VER = "0.1.0.0319.1" func init() { base.AppVer = APP_VER |