@@ -1,7 +1,6 @@
package main
import (
"fmt"
"strings"
)
@@ -13,5 +12,5 @@ func GetVersion(data string) (version string, err error) {
return version, nil
}
return "", fmt.Errorf("no version found")
return "0.0.0", nil
The note is not visible to the blocked user.