Added forward version number to wasm
All checks were successful
Build and Push Image / build-and-push (push) Successful in 6m36s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 6m36s
This commit is contained in:
1
AobaClient/.env
Normal file
1
AobaClient/.env
Normal file
@@ -0,0 +1 @@
|
|||||||
|
APP_VERSION=Debug
|
||||||
4
AobaClient/src/env.rs
Normal file
4
AobaClient/src/env.rs
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
// This file is automatically generated by build.rs
|
||||||
|
|
||||||
|
#[allow(dead_code)]
|
||||||
|
pub const APP_VERSION: &'static str = "Debug";
|
||||||
Reference in New Issue
Block a user