Skip to content

Commit b80b0c8

Browse files
committed
Increase version number
1 parent 1fbbd7d commit b80b0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SaveWin10Pictures/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private static void Main()
1111
{
1212
Action<string> display = Console.WriteLine;
1313
Console.ForegroundColor = ConsoleColor.White;
14-
display($"Save Windows 10 wallpaper V1.4 without Explorer opening");
14+
display($"Save Windows 10 wallpaper V1.6 without Explorer opening");
1515
display(string.Empty);
1616
display("Checking if there are new images to be copied...");
1717
List<string> files = new List<string>();

0 commit comments

Comments
 (0)