Commit b1f3d5b1 authored by szh's avatar szh

tag 0.1.3

parent 8db8fbea
......@@ -340,9 +340,7 @@ func GetAbsPath(key string) string {
params := strings.Split(regstr," ")
if len(params) == 11 {
if params[10] != "" {
if i := strings.LastIndex(params[10], "/"); i >= 0 {
return params[10][0:i+1]
}
return path.Dir(params[10])
return ""
}
return ""
......
package app
const version = "0.1.2"
const version = "0.1.3"
func GetVersion() string {
return version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment