diff options
author | Unknwon <u@gogs.io> | 2016-07-16 00:37:21 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-16 00:37:21 +0800 |
commit | fff615d5fc257c812f197a801578f32c177fbef9 (patch) | |
tree | 08322054512d0e5462c90885200c1298f0d9b392 /gogs.go | |
parent | f1b8d52eb3ac230ed5a275f4a844ddb0cf48041e (diff) | |
download | gitea-fff615d5fc257c812f197a801578f32c177fbef9.tar.gz gitea-fff615d5fc257c812f197a801578f32c177fbef9.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.43.0715" +const APP_VER = "0.9.44.0716" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |