Skip to content

Commit

Permalink
Make ip-packet-request VERSION pub (#4925)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol authored Sep 25, 2024
1 parent ae40a00 commit 1627146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/ip-packet-requests/src/v6/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pub mod conversion;
pub mod request;
pub mod response;

const VERSION: u8 = 6;
pub const VERSION: u8 = 6;
2 changes: 1 addition & 1 deletion common/ip-packet-requests/src/v7/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pub mod request;
pub mod response;
pub mod signature;

const VERSION: u8 = 7;
pub const VERSION: u8 = 7;

0 comments on commit 1627146

Please sign in to comment.