diff options
author | Unknwon <u@gogs.io> | 2016-02-29 18:45:12 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-29 18:45:12 -0500 |
commit | ea80274229bca259a64fed7eca181e4a82ff0676 (patch) | |
tree | 92ab297632eddf55d33835413d681cede98da495 /gogs.go | |
parent | 42a556a082d041cd546fdaa15a63ede5764134ba (diff) | |
download | gitea-ea80274229bca259a64fed7eca181e4a82ff0676.tar.gz gitea-ea80274229bca259a64fed7eca181e4a82ff0676.zip |
#2700 fix sqlite3 can't create issue with more than one label
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.8.47.0227" +const APP_VER = "0.8.48.0229" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |