This commit is contained in:
Stephan Dilly 2020-04-12 14:24:21 +02:00
parent 71b113cbbb
commit f2f278e9c0

View file

@ -1,6 +1,6 @@
use std::{env, fmt};
///
/// version type
#[derive(Default)]
pub struct Version {
major: u32,