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
Unknwon <u@gogs.io>
2017-02-21 12:17:39 -0500
committer
Unknwon <u@gogs.io>
2017-02-21 12:17:39 -0500
commit
437df04d8c8de62e3c75c38d34d305c3dea5bafe
(
patch
)
tree
78733b92145ca3bc1c5efa72631a0fa5f39d1085
/
gogs.go
parent
8216360da89bec1f3df75fe15ee57bfdcc290339
(
diff
)
Prepare release
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 ac0791a3..e4b2f9d3 100644
--- a/
gogs.go
+++ b/
gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.164.0220"
+const APP_VER = "0.9.164.0220 / 0.10 RC"
func init() {
setting.AppVer = APP_VER