diff --git a/axoupdater/src/lib.rs b/axoupdater/src/lib.rs index 817b351..095808f 100644 --- a/axoupdater/src/lib.rs +++ b/axoupdater/src/lib.rs @@ -30,6 +30,9 @@ use camino::Utf8PathBuf; use tempfile::TempDir; +/// Version number for this release of axoupdater. +pub const VERSION: &str = env!("CARGO_PKG_VERSION"); + /// Provides information about the result of the upgrade operation pub struct UpdateResult { /// The old version (pre-upgrade)