diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-05-14 20:46:09 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-05-14 20:46:09 +0100 |
| commit | 7ef2f181304f19aba59066a35c72e1a239a4218d (patch) | |
| tree | eef4ff7c2aad9b145c04536779a22167b29b6459 /src/rust/unit-wasm-sys/macros.rs | |
| parent | 89900c002afb77366503330b513c2547b6cf1abd (diff) | |
| download | unit-wasm-7ef2f181304f19aba59066a35c72e1a239a4218d.tar.gz unit-wasm-7ef2f181304f19aba59066a35c72e1a239a4218d.tar.bz2 | |
unit-wasm 0.4.0v0.4.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/rust/unit-wasm-sys/macros.rs')
| -rw-r--r-- | src/rust/unit-wasm-sys/macros.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/unit-wasm-sys/macros.rs b/src/rust/unit-wasm-sys/macros.rs index 5332468..901939c 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 = 3; +pub const LUW_VERSION_MINOR: i32 = 4; pub const LUW_VERSION_PATCH: i32 = 0; pub const LUW_VERSION_NUMBER: i32 = |
