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 2668ba5 commit 2722609Copy full SHA for 2722609
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.3.0-beta.2"; // Hardcoded version for now, replace with dynamic versioning later
+ return "v2.3.0"; // Hardcoded version for now, replace with dynamic versioning later
41
}
42
43
0 commit comments