We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42e42bc + 4bd8a40 commit 0ac8d82Copy full SHA for 0ac8d82
1 file changed
crates/opte-api/src/lib.rs
@@ -51,7 +51,7 @@ pub use ulp::*;
51
///
52
/// We rely on CI and the check-api-version.sh script to verify that
53
/// this number is incremented anytime the oxide-api code changes.
54
-pub const API_VERSION: u64 = 39;
+pub const API_VERSION: u64 = 40;
55
56
/// Major version of the OPTE package.
57
pub const MAJOR_VERSION: u64 = 0;
0 commit comments