Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GoombaProgrammer committed Apr 9, 2024
1 parent 6bf616f commit 54c6394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class Program
public static string currentFile = "";
public static string currentFileCode = "";
public static int j;
public static string version = "1.2.2";
public static string version = "1.2.3";
public static void Error(string msg)
{
Console.WriteLine("Error: " + msg);
Expand Down

0 comments on commit 54c6394

Please sign in to comment.