Skip to content

Commit

Permalink
feat(p2p): allow tagged node versions (#415)
Browse files Browse the repository at this point in the history
* Allow versions with the tags

* Empty commit
  • Loading branch information
sebastijankuzner authored Jan 31, 2024
1 parent fb3cbc3 commit 13d18c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p2p/source/reply-schemas/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const headers = {
type: "array",
},
version: {
pattern: "^\\d+\\.\\d+\\.\\d+$",
pattern: "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9.-]+\\.\\d+)?$",
type: "string",
},
},
Expand Down

0 comments on commit 13d18c7

Please sign in to comment.