Skip to content

Commit 441b077

Browse files
author
Wasp Bot
committed
Bump version
1 parent 1a698d8 commit 441b077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use windows::{
1515
},
1616
};
1717

18-
const VERSION: &str = "e7167fc";
18+
const VERSION: const VERSION: &str = "e7167fc"str = "1a698d8";
1919
const SHARED_MEM_NAME: &[u8] = b"WASPINPUT_DATA\0";
2020
const IMAGE_DATA_SIZE: usize = 33177602;
2121

0 commit comments

Comments
 (0)