diff --git a/misc/dist/bindist.go b/misc/dist/bindist.go index 5bb3c8be13..ea716ffd6b 100644 --- a/misc/dist/bindist.go +++ b/misc/dist/bindist.go @@ -327,7 +327,7 @@ func (b *Build) Do() error { dist := filepath.Join(runtime.GOROOT(), "misc/dist") _, err = b.run("", "pkgbuild", "--identifier", "com.googlecode.go", - "--version", "1.0", + "--version", version, "--scripts", filepath.Join(dist, "darwin/scripts"), "--root", work, filepath.Join(pkgdest, "com.googlecode.go.pkg"))