From 01c43784ec53aa1ff22aca7e7ae6f18b4591b514 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Thu, 19 Oct 2023 19:35:12 +0100 Subject: unit-wasm 0.3.0 Signed-off-by: Andrew Clayton --- src/rust/unit-wasm-sys/macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rust/unit-wasm-sys/macros.rs') diff --git a/src/rust/unit-wasm-sys/macros.rs b/src/rust/unit-wasm-sys/macros.rs index 080d702..5332468 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 = 2; +pub const LUW_VERSION_MINOR: i32 = 3; pub const LUW_VERSION_PATCH: i32 = 0; pub const LUW_VERSION_NUMBER: i32 = -- cgit