mirror of
https://github.com/go-gitea/gitea
synced 2024-11-16 15:14:24 +00:00
Quick fix on #476
This commit is contained in:
parent
d082e821a0
commit
ae3639868e
@ -35,7 +35,7 @@ func ParseVersion(verStr string) (*Version, error) {
|
||||
case 1:
|
||||
v.Minor, _ = com.StrTo(s).Int()
|
||||
case 2:
|
||||
v.Patch, _ = com.StrTo(s).Int()
|
||||
v.Patch, _ = com.StrTo(strings.TrimSpace(s)).Int()
|
||||
}
|
||||
}
|
||||
return v, nil
|
||||
|
Loading…
Reference in New Issue
Block a user