v0.3.6-alpha.6 (#2748)

This commit is contained in:
Aiden McClelland
2024-09-27 16:38:28 -06:00
committed by GitHub
parent e7fa94c3d3
commit 5146689158
6 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ mod v0_3_6_alpha_5;
mod v0_3_6_alpha_6;
mod v0_3_6_alpha_7;
pub type Current = v0_3_6_alpha_5::Version; // VERSION_BUMP
pub type Current = v0_3_6_alpha_6::Version; // VERSION_BUMP
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone)]
#[serde(untagged)]