Fix BDSP V1.3.0 Suffix (#3465)

This commit is contained in:
Jonathan Herbert 2022-03-16 11:01:25 -04:00 committed by GitHub
parent 9aa5bbea2d
commit 9222bfa919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ namespace PKHeX.Core
V1_0 => "-1.0.0", // Launch Revision
V1_1 => "-1.1.0", // 1.1.0
V1_2 => "-1.2.0", // 1.2.0
V1_3 => "-1.2.0", // 1.3.0
V1_3 => "-1.3.0", // 1.3.0
_ => throw new ArgumentOutOfRangeException(nameof(version)),
};
}