From 21c11446d7258c706e9e8c1c45e7b90f70d51edd Mon Sep 17 00:00:00 2001 From: Amatsugu Date: Sat, 5 Jul 2025 21:42:46 -0400 Subject: [PATCH] Added forward version number to wasm --- AobaClient/.env | 1 + AobaClient/src/env.rs | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 AobaClient/.env create mode 100644 AobaClient/src/env.rs diff --git a/AobaClient/.env b/AobaClient/.env new file mode 100644 index 0000000..4de3f62 --- /dev/null +++ b/AobaClient/.env @@ -0,0 +1 @@ +APP_VERSION=Debug diff --git a/AobaClient/src/env.rs b/AobaClient/src/env.rs new file mode 100644 index 0000000..a0c6a04 --- /dev/null +++ b/AobaClient/src/env.rs @@ -0,0 +1,4 @@ +// This file is automatically generated by build.rs + +#[allow(dead_code)] +pub const APP_VERSION: &'static str = "Debug";