fix migration

This commit is contained in:
Aiden McClelland
2023-03-17 18:57:08 -06:00
parent 1675570291
commit d966e35054

View File

@@ -11,7 +11,7 @@ pub struct Version;
#[async_trait]
impl VersionT for Version {
type Previous = v0_3_3::Version;
type Previous = v0_3_4::Version;
fn new() -> Self {
Version
}