Commit ba1ec22f authored by Jeromy's avatar Jeromy

gx publish 1.0.1

parent 3ae5771f
Pipeline #874 failed with stages
in 0 seconds
1.0.0: QmUe7hFx8ACivDWe1pF6X2ZTihGfeXppMc1aPjNBJ8cCHv
1.0.1: QmWkSGjYAhLbHFiq8bA73xA67EG3p6ERovd2ad8c7cmbxK
......@@ -117,6 +117,7 @@ func (cw *carWriter) writeNode(ctx context.Context, nd format.Node) error {
hdr := &tar.Header{
Name: nd.Cid().String(),
Typeflag: tar.TypeReg,
Size: int64(len(nd.RawData())),
}
if err := cw.tw.WriteHeader(hdr); err != nil {
......
......@@ -19,6 +19,6 @@
"license": "",
"name": "go-car",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "1.0.0"
"version": "1.0.1"
}
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