Added forward version number to wasm
All checks were successful
Build and Push Image / build-and-push (push) Successful in 6m36s

This commit is contained in:
2025-07-05 21:42:46 -04:00
parent 0093128001
commit 21c11446d7
2 changed files with 5 additions and 0 deletions

1
AobaClient/.env Normal file
View File

@@ -0,0 +1 @@
APP_VERSION=Debug

4
AobaClient/src/env.rs Normal file
View File

@@ -0,0 +1,4 @@
// This file is automatically generated by build.rs
#[allow(dead_code)]
pub const APP_VERSION: &'static str = "Debug";