Skip to content

Commit

Permalink
Forgot to bump API_VERSION (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzezeski committed Jun 23, 2022
1 parent 1245055 commit 5764c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opte/src/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub use ulp::*;
///
/// NOTE: XXX This method of catching version mismatches is currently
/// soft; better ideas are welcome.
pub const API_VERSION: u64 = 4;
pub const API_VERSION: u64 = 5;

cfg_if! {
if #[cfg(all(not(feature = "std"), not(test)))] {
Expand Down

0 comments on commit 5764c07

Please sign in to comment.