aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-09 20:06:29 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-09 20:06:29 -0400
commit0d9b2f38600325e3a8d87526061efbe9e3b78b91 (patch)
tree3a4be95f75d5ef206be5987f430b8f52ec768df2 /gogs.go
parent76ce6f98487b3754992da18969df37560e49ee82 (diff)
Update CreateRepository
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 1e689e83..a63cc571 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.0308"
+const APP_VER = "0.0.2.0309"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())