diff options
author | slene <vslene@gmail.com> | 2014-03-20 23:37:38 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-20 23:37:38 +0800 |
commit | 88eaa68763ffabb0ad8e1fdcbc8060c7aae37455 (patch) | |
tree | 7636a2e170373fb6470b8996a2b4957573e581a4 /gogs.go | |
parent | ef3c0b215df8429af9bc03a559259c77be32907c (diff) | |
parent | 1a0d7c54a2abecbe5335ca374fd8a345c2e7d3fd (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.1.0320.1" +const APP_VER = "0.1.2.0320.1" func init() { base.AppVer = APP_VER |