Version Bump to 0.2.0 Alpha

This commit is contained in:
Jordon Brooks 2023-06-26 21:53:40 +01:00
parent 2b61120c27
commit 31413b3c46
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ impl Version {
version_major: env!("CARGO_PKG_VERSION_MAJOR").parse().unwrap(),
version_minor: env!("CARGO_PKG_VERSION_MINOR").parse().unwrap(),
version_patch: env!("CARGO_PKG_VERSION_PATCH").parse().unwrap(),
version_pre: "".to_string(),
version_pre: "Alpha".to_string(),
supported_api_versions: vec!["v1".to_string()]
}
}