wiki: fix crash with blob name contains tab (#3916)

This commit is contained in:
Unknwon
2017-02-16 11:47:54 -05:00
parent f129e0ecb5
commit 3b49a99b60
6 changed files with 20 additions and 22 deletions

View File

@@ -10,7 +10,7 @@ import (
"time"
)
const _VERSION = "0.4.8"
const _VERSION = "0.4.9"
func Version() string {
return _VERSION