Skip to content

Commit 9a8bfec

Browse files
committed
chore: 更新至v2.11.4-beta.1
1 parent 92fcd47 commit 9a8bfec

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
@@ -38,7 +38,7 @@ public static string Version
3838
// var minor = version.Minor >= 0 ? version.Minor : 0;
3939
// var patch = version.Build >= 0 ? version.Build : 0;
4040
// return $"v{SemVersion.Parse($"{major}.{minor}.{patch}")}";
41-
return "v2.11.3"; // Hardcoded version for now, replace with dynamic versioning later
41+
return "v2.11.4-beta.1"; // Hardcoded version for now, replace with dynamic versioning later
4242
}
4343
}
4444

0 commit comments

Comments
 (0)