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-29 20:46:59 +0800
committer
FuXiaoHei <fuxiaohei@hexiaz.com>
2014-03-29 20:46:59 +0800
commit
035facc5641e879b693982f6f4ada1d82915da82
(
patch
)
tree
8ebe910503895aafacdc532efc61e94c48611106
/
gogs.go
parent
f0d5c3992b03f4d6a82b272ac513d2989ffb8d81
(
diff
)
parent
ec1b801732b030648c060d26ce5a3ed8cf2e822c
(
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 f4b7c72f..f1372f0c 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.1.9.0328 Alpha"
+const APP_VER = "0.1.9.0329 Alpha"
func init() {
base.AppVer = APP_VER