Skip to content

Commit 640c8cf

Browse files
committed
chore: 更新到v2.4.1-beta.2
1 parent 061f0c3 commit 640c8cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MFAAvalonia/ViewModels/Windows/RootViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public static string Version
3737
// var minor = version.Minor >= 0 ? version.Minor : 0;
3838
// var patch = version.Build >= 0 ? version.Build : 0;
3939
// return $"v{SemVersion.Parse($"{major}.{minor}.{patch}")}";
40-
return "v2.4.1-beta.1"; // Hardcoded version for now, replace with dynamic versioning later
40+
return "v2.4.1-beta.2"; // Hardcoded version for now, replace with dynamic versioning later
4141
}
4242
}
4343

0 commit comments

Comments
 (0)