diff options
author | Unknwon <u@gogs.io> | 2016-07-22 21:52:39 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-22 21:52:39 +0800 |
commit | ae88d76032e0581abfd09f5965599444964bc01d (patch) | |
tree | f73ac873cb1f444f003e92aee29af3da7c3028c7 /gogs.go | |
parent | 9266f28822ae2d4ceaf9a6394c7e69f92da8a89d (diff) | |
download | gitea-ae88d76032e0581abfd09f5965599444964bc01d.tar.gz gitea-ae88d76032e0581abfd09f5965599444964bc01d.zip |
Bump version
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.47.0721" +const APP_VER = "0.9.48.0722" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |