Skip to content

Commit 865384f

Browse files
fix: missing protobuf package (#64)
1 parent 23cb7f8 commit 865384f

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

pb/record.pb.go

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pb/record.proto

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
syntax = "proto3";
2+
package record.pb;
23

34
option go_package = "github.com/libp2p/go-libp2p-record/pb";
45

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.3.0"
2+
"version": "v0.3.1"
33
}

0 commit comments

Comments
 (0)