bump version

This commit is contained in:
Aiden McClelland
2024-07-26 02:07:39 -06:00
parent 2754302fb7
commit 078bf41029
7 changed files with 173 additions and 125 deletions

View File

@@ -14,8 +14,9 @@ mod v0_3_5;
mod v0_3_5_1;
mod v0_3_5_2;
mod v0_3_6_alpha_0;
mod v0_3_6_alpha_1;
pub type Current = v0_3_6_alpha_0::Version;
pub type Current = v0_3_6_alpha_1::Version;
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
#[serde(untagged)]