diff options
author | Unknwon <u@gogs.io> | 2016-08-16 07:33:53 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-16 07:33:53 -0700 |
commit | 9349def72e687c590ed34403f7663c309376610e (patch) | |
tree | 67032f7d9e2db00fc244535c9e72fb4a6b550034 /gogs.go | |
parent | 6cda35a75f346374121c1ba0ab08adf81dfdcead (diff) | |
download | gitea-9349def72e687c590ed34403f7663c309376610e.tar.gz gitea-9349def72e687c590ed34403f7663c309376610e.zip |
#3464 reproduce diff signs
Commited wrong file.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.80.0815" +const APP_VER = "0.9.81.0816" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |