From d81bc9290edc8d1eb59ced024499359ccd4da77a Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 30 Aug 2023 14:56:03 +0100 Subject: unit-wasm 0.2.0 Signed-off-by: Andrew Clayton --- src/rust/unit-wasm-sys/Cargo.toml | 2 +- src/rust/unit-wasm-sys/macros.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rust/unit-wasm-sys') diff --git a/src/rust/unit-wasm-sys/Cargo.toml b/src/rust/unit-wasm-sys/Cargo.toml index bfdf747..427fd3c 100644 --- a/src/rust/unit-wasm-sys/Cargo.toml +++ b/src/rust/unit-wasm-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-wasm-sys" -version = "0.1.4" +version = "0.2.0" edition = "2021" authors = ["Timo Stark ", "Andrew Clayton "] links = "unit-wasm" diff --git a/src/rust/unit-wasm-sys/macros.rs b/src/rust/unit-wasm-sys/macros.rs index 059fef3..5914ad9 100644 --- a/src/rust/unit-wasm-sys/macros.rs +++ b/src/rust/unit-wasm-sys/macros.rs @@ -6,7 +6,7 @@ */ pub const LUW_VERSION_MAJOR: i32 = 0; -pub const LUW_VERSION_MINOR: i32 = 1; +pub const LUW_VERSION_MINOR: i32 = 2; pub const LUW_VERSION_PATCH: i32 = 0; pub const LUW_VERSION_NUMBER: i32 = -- cgit