diff --git a/Test Console/Program.cs b/Test Console/Program.cs index 8e070b7..0e95fd5 100644 --- a/Test Console/Program.cs +++ b/Test Console/Program.cs @@ -9,7 +9,7 @@ class Program private static RPN RPN; static void Main(string[] args) { - Console.Title = "Math Solver 1.0.4"; + Console.Title = "Math Solver 1.0.3"; Console.WindowWidth = Console.BufferWidth; Console.WriteLine("(C) 2018. Abhishek Sathiabalan");