index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
gogs.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
FuXiaoHei <fuxiaohei@hexiaz.com>
2014-03-19 20:34:11 +0800
committer
FuXiaoHei <fuxiaohei@hexiaz.com>
2014-03-19 20:34:11 +0800
commit
78097a2c5a79ec93340db975c23014de2a329572
(
patch
)
tree
1d9bc1f5422d03eca18269fc1c6b90ebe8910d20
/
gogs.go
parent
9533b23272097c538e25692ec91c37f4ea6c0b81
(
diff
)
parent
de087c7b4a31cb0643d5432ec9d6b26e208baff2
(
diff
)
Merge branch 'master' of https://github.com/gogits/gogs
Diffstat
(limited to 'gogs.go')
-rw-r--r--
gogs.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 2757fbc1..106e8b1d 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.0.0318.1"
+const APP_VER = "0.1.0.0319.1"
func init() {
base.AppVer = APP_VER