Skip to content

Commit 465708a

Browse files
Bump API version.
1 parent a1fff34 commit 465708a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pub use types::*;
3131
pub use version::Version;
3232

3333
/// BIOS API semantic version for the API defined in this crate.
34-
pub const API_VERSION: Version = Version::new(0, 3, 0);
34+
pub const API_VERSION: Version = Version::new(0, 4, 0);
3535

3636
/// The BIOS API.
3737
///

0 commit comments

Comments
 (0)