Skip to content

Commit 47f5cea

Browse files
committed
Update RandomData.cs to fix minor bug
1 parent b0a8d0c commit 47f5cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RandomData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static string GetVersion(string min, string max) {
2828
if (String.IsNullOrEmpty(min))
2929
min = "0.0.0.0";
3030
if (String.IsNullOrEmpty(max))
31-
min = "25.100.9999.9999";
31+
max = "25.100.9999.9999";
3232

3333
Version minVersion, maxVersion;
3434
if (!Version.TryParse(min, out minVersion))

0 commit comments

Comments
 (0)