diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:56:03 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-30 14:56:03 +0100 |
| commit | d81bc9290edc8d1eb59ced024499359ccd4da77a (patch) | |
| tree | 089091defe929812f839db79f2ec615568f7bc0c /src/rust/unit-wasm-sys/macros.rs | |
| parent | dbd81dc934d0bfab56a99c01105ca2dd09b51644 (diff) | |
| download | unit-wasm-d81bc9290edc8d1eb59ced024499359ccd4da77a.tar.gz unit-wasm-d81bc9290edc8d1eb59ced024499359ccd4da77a.tar.bz2 | |
unit-wasm 0.2.0v0.2.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to '')
| -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 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 = |
