summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-13 18:20:39 -0500
committerUnknwon <u@gogs.io>2015-12-13 18:20:39 -0500
commit79dcd7ee6e0c3bb576cf5d0ece583156c4466b95 (patch)
tree120524c08e83d42388af7899be9a24696bb82dfe /gogs.go
parented001d70e4438484f9c9916cd3ef6c59fbc967a4 (diff)
downloadgitea-79dcd7ee6e0c3bb576cf5d0ece583156c4466b95.tar.gz
gitea-79dcd7ee6e0c3bb576cf5d0ece583156c4466b95.zip
#2167 able to identify git version on Windows
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 7704ed777e..a9835cf156 100644
--- a/gogs.go
+++ b/gogs.go
@@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.0.1212"
+const APP_VER = "0.8.1.1213"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())