Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
scrim-dev committed Dec 10, 2024
1 parent 3737009 commit 76dc414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Catalyss/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static void Main()
try { Process.GetCurrentProcess().Kill(); } catch { Environment.Exit(0); }
}

string windowTitle = "Catalyss Injector v1.1";
string windowTitle = "Catalyss Injector v1.2";

// Creating a new PhotinoWindow instance with the fluent API
var window = new PhotinoWindow()
Expand Down

0 comments on commit 76dc414

Please sign in to comment.