1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-23 13:17:44 +00:00

Expose version

This commit is contained in:
Joshua Goins 2023-07-30 10:28:32 -04:00
parent 9a004e705d
commit 59fc7d9786

View file

@ -81,3 +81,5 @@ pub mod chardat;
mod crc;
mod sha1;
pub const PHYSIS_VERSION: &str = env!("CARGO_PKG_VERSION");