We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fff34 commit 465708aCopy full SHA for 465708a
src/lib.rs
@@ -31,7 +31,7 @@ pub use types::*;
31
pub use version::Version;
32
33
/// BIOS API semantic version for the API defined in this crate.
34
-pub const API_VERSION: Version = Version::new(0, 3, 0);
+pub const API_VERSION: Version = Version::new(0, 4, 0);
35
36
/// The BIOS API.
37
///
0 commit comments