We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b20481 commit 3bcad10Copy full SHA for 3bcad10
1 file changed
MFAAvalonia/ViewModels/Windows/RootViewModel.cs
@@ -37,7 +37,7 @@ public static string Version
37
// var minor = version.Minor >= 0 ? version.Minor : 0;
38
// var patch = version.Build >= 0 ? version.Build : 0;
39
// return $"v{SemVersion.Parse($"{major}.{minor}.{patch}")}";
40
- return "v2.4.0-beta.2"; // Hardcoded version for now, replace with dynamic versioning later
+ return "v2.4.0"; // Hardcoded version for now, replace with dynamic versioning later
41
}
42
43
0 commit comments