mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Update asset hash
This commit is contained in:
parent
e09bbe29e4
commit
6f468029e6
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use std::time::{SystemTime, UNIX_EPOCH};
|
||||||
|
|
||||||
//likely different between ios and android?
|
//likely different between ios and android?
|
||||||
pub const ASSET_VERSION: &str = "4a802a747076a91e5e62707f6358bc2d";
|
pub const ASSET_VERSION: &str = "4a802a747076a91e5e62707f6358bc2d";
|
||||||
pub const ASSET_HASH: &str = "183931205c9dbc39788ef7b361988cf4";
|
pub const ASSET_HASH: &str = "0de9f85900e910b0b4873dcdd0933aa5";
|
||||||
|
|
||||||
pub fn timestamp() -> u64 {
|
pub fn timestamp() -> u64 {
|
||||||
let now = SystemTime::now();
|
let now = SystemTime::now();
|
||||||
|
|
Loading…
Add table
Reference in a new issue