Skip to content

Commit 68fb3c7

Browse files
committed
chore: 更新至v1.3.10
1 parent 762f2b7 commit 68fb3c7

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
@@ -32,7 +32,7 @@ public static string Version
3232
// var minor = version.Minor >= 0 ? version.Minor : 0;
3333
// var patch = version.Build >= 0 ? version.Build : 0;
3434
// return $"v{SemVersion.Parse($"{major}.{minor}.{patch}")}";
35-
return "v1.3.10-beta.1";
35+
return "v1.3.10";
3636
}
3737
}
3838

0 commit comments

Comments
 (0)