ZeroTierOne/network-hypervisor/src/lib.rs
2022-11-28 12:36:35 -05:00

10 lines
278 B
Rust

// (c) 2020-2022 ZeroTier, Inc. -- currently proprietary pending actual release and licensing. See LICENSE.md.
pub const VERSION_MAJOR: u8 = 1;
pub const VERSION_MINOR: u8 = 99;
pub const VERSION_REVISION: u16 = 1;
#[allow(unused)]
pub mod protocol;
pub mod vl1;
pub mod vl2;