Skip to content

Commit cafe2e9

Browse files
committed
chore: 更新至v2.11.1
1 parent b3b8a19 commit cafe2e9

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

0 commit comments

Comments
 (0)