summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-08 21:25:38 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-08 21:25:38 -0500
commit76ce6f98487b3754992da18969df37560e49ee82 (patch)
tree834ab9c155d06a3fba6b23831bcde24d3b8f951b /gogs.go
parent5a05d6633d413b1c5182a0a542e173f99601a103 (diff)
downloadgitea-76ce6f98487b3754992da18969df37560e49ee82.tar.gz
gitea-76ce6f98487b3754992da18969df37560e49ee82.zip
Update repo.Create
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 552a4db272..1e689e83b5 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,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.0307"
+const APP_VER = "0.0.2.0308"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())