aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-23 16:43:31 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-23 16:43:31 +0800
commit5c57a06c51ab17d18dcd3a8aeb81858e22b7236b (patch)
treeaff44c1f3d9ba0bc550a95442414eec76d69cfcf /gogs.go
parent1201c6a9b4897736650a4b416451aa521024b899 (diff)
parent1a16b3e99a0be7dbfeba1e683d253a22db5d1af5 (diff)
merge
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index 41df7928..0bdbbc06 100644
--- a/gogs.go
+++ b/gogs.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
-// gogs(Go Git Service) is a Go clone of Github.
+// Gogs(Go Git Service) is a Self Hosted Git Service in the Go Programming Language.
package main
import (
@@ -20,7 +20,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.5.0321"
+const APP_VER = "0.1.6.0323.1"
func init() {
base.AppVer = APP_VER