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 01d166f commit 2080387Copy full SHA for 2080387
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.2.1"; // Hardcoded version for now, replace with dynamic versioning later
+ return "v2.2.2"; // Hardcoded version for now, replace with dynamic versioning later
41
}
42
43
0 commit comments