zed: fix version

This commit is contained in:
Weijia Wang 2023-03-16 23:37:43 +02:00
parent 3ace9c3b62
commit 733540954a

View file

@ -23,7 +23,7 @@ buildGoModule rec {
ldflags = [
"-s"
"-w"
"-X=github.com/brimdata/zed/cli.Version=${version}"
"-X=github.com/brimdata/zed/cli.version=${version}"
];
passthru.tests = {