Skip to content

Commit 7f4b8c3

Browse files
authored
Merge branch 'master' into releases/v1.6.0-beta5
2 parents fb27aa5 + 95a2edc commit 7f4b8c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ZXBStudio/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ internal class Program
1010
{
1111
public static string Version = "1.6.0 - beta 5";
1212
public static string VersionDate = "2025.10.05";
13-
13+
14+
1415
// Initialization code. Don't use any Avalonia, third-party APIs or any
1516
// SynchronizationContext-reliant code before AppMain is called: things aren't initialized
1617
// yet and stuff might break.

0 commit comments

Comments
 (0)