@@ -1,7 +1,16 @@
package main
import "github.com/chenasraf/tx/internal/cli"
import (
_ "embed"
"strings"
"github.com/chenasraf/tx/internal/cli"
)
//go:embed version.txt
var version string
func main() {
cli.Version = strings.TrimSpace(version)
cli.Execute()
}
The note is not visible to the blocked user.