Skip to content

Commit 2080387

Browse files
committed
chore: 更新到v2.2.2
1 parent 01d166f commit 2080387

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
@@ -37,7 +37,7 @@ public static string Version
3737
// var minor = version.Minor >= 0 ? version.Minor : 0;
3838
// var patch = version.Build >= 0 ? version.Build : 0;
3939
// return $"v{SemVersion.Parse($"{major}.{minor}.{patch}")}";
40-
return "v2.2.1"; // Hardcoded version for now, replace with dynamic versioning later
40+
return "v2.2.2"; // Hardcoded version for now, replace with dynamic versioning later
4141
}
4242
}
4343

0 commit comments

Comments
 (0)