Skip to content

Commit abbd866

Browse files
committed
Update program version
1 parent e2e9cc0 commit abbd866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodewarsLogger/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static List<string> ReadUserCredentials()
144144
{
145145
List<string> credentials = new List<string>();
146146

147-
Console.WriteLine("CodewarsLogger, v1.1.3. Source code: https://github.com/JoseDeFreitas/CodewarsLogger");
147+
Console.WriteLine("CodewarsLogger, v1.2.0. Source code: https://github.com/JoseDeFreitas/CodewarsLogger");
148148
Console.Write("Enter your Codewars username: ");
149149
credentials.Add(Console.ReadLine());
150150
Console.Write("Enter your email: ");

0 commit comments

Comments
 (0)