From 7ef2f181304f19aba59066a35c72e1a239a4218d Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Wed, 14 May 2025 20:46:09 +0100 Subject: unit-wasm 0.4.0 Signed-off-by: Andrew Clayton --- src/c/include/unit/unit-wasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c') diff --git a/src/c/include/unit/unit-wasm.h b/src/c/include/unit/unit-wasm.h index f7b0963..1239a39 100644 --- a/src/c/include/unit/unit-wasm.h +++ b/src/c/include/unit/unit-wasm.h @@ -17,7 +17,7 @@ extern "C" { #endif #define LUW_VERSION_MAJOR 0 -#define LUW_VERSION_MINOR 3 +#define LUW_VERSION_MINOR 4 #define LUW_VERSION_PATCH 0 /* Version number in hex 0xMMmmpp00 */ -- cgit