trans3 / koharu /src /version.rs
Mayo
chore: add git-version
80276ee unverified
Raw
History Blame Contribute Delete
192 Bytes
pub const APP_VERSION: &str = git_version::git_version!(
args = ["--always", "--dirty=-dirty", "--tags"],
fallback = "unknown"
);
pub fn current() -> &'static str {
APP_VERSION
}