Skip to content

Commit bbabf0f

Browse files
committed
chore: 版本号回归 v1.0.0
1 parent 29a6e5a commit bbabf0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chumod-loader"
3-
version = "3.0.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
[lib]

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::ffi::{c_char, c_void};
22

33
pub const CHUMOD_API_VERSION: u32 = 3;
4-
pub const LOADER_VERSION: &str = "3.0.0";
4+
pub const LOADER_VERSION: &str = "1.0.0";
55

66
#[repr(C)]
77
pub struct ChuModInfo {

0 commit comments

Comments
 (0)