summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-10 20:53:30 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-10 20:53:30 -0400
commit52837e3d36658cd58076ee0b9d9d99800b5ade88 (patch)
tree71fdea58d3a81888effa93519abe7183160a4787 /gogs.go
parent897329a64416dd46b9e4f5a81c3c7a1666fc1173 (diff)
downloadgitea-52837e3d36658cd58076ee0b9d9d99800b5ade88.tar.gz
gitea-52837e3d36658cd58076ee0b9d9d99800b5ade88.zip
Clean code
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 7dcc66831f..9ec326bc8e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -11,6 +11,7 @@ import (
"runtime"
"github.com/codegangsta/cli"
+
"github.com/gogits/gogs/modules/base"
)
@@ -19,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.0.2.0310"
+const APP_VER = "0.0.3.0310"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())