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/c/include/unit/unit-wasm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/include') diff --git a/src/c/include/unit/unit-wasm.h b/src/c/include/unit/unit-wasm.h index c7625de..f7b0963 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 2 +#define LUW_VERSION_MINOR 3 #define LUW_VERSION_PATCH 0 /* Version number in hex 0xMMmmpp00 */ -- cgit