Skip to content

Commit 0ac8d82

Browse files
merge master
2 parents 42e42bc + 4bd8a40 commit 0ac8d82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/opte-api/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub use ulp::*;
5151
///
5252
/// We rely on CI and the check-api-version.sh script to verify that
5353
/// this number is incremented anytime the oxide-api code changes.
54-
pub const API_VERSION: u64 = 39;
54+
pub const API_VERSION: u64 = 40;
5555

5656
/// Major version of the OPTE package.
5757
pub const MAJOR_VERSION: u64 = 0;

0 commit comments

Comments
 (0)