Skip to content

Commit

Permalink
vtproto: update unique field option number
Browse files Browse the repository at this point in the history
Signed-off-by: Giedrius Statkevičius <[email protected]>
  • Loading branch information
GiedriusS committed Sep 17, 2024
1 parent ce20bda commit 13b4bd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extend google.protobuf.MessageOptions {
}

extend google.protobuf.FieldOptions {
optional Opts options = 999999;
optional Opts options = 64150;
}

// These options should be used during schema definition,
Expand Down
8 changes: 4 additions & 4 deletions vtproto/ext.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 13b4bd5

Please sign in to comment.