Skip to content

Commit 9bea39e

Browse files
committed
chore: 更新至v2.10.4
1 parent 6f7f82c commit 9bea39e

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.10.3"; // Hardcoded version for now, replace with dynamic versioning later
40+
return "v2.10.4"; // Hardcoded version for now, replace with dynamic versioning later
4141
}
4242
}
4343

0 commit comments

Comments
 (0)