chore: add 9esim v3.1 (beta 1) supports
This commit is contained in:
parent
ea2970c1b5
commit
b4a622c932
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ fun getSIMLinkVersion(eid: String, version: Version?): String? {
|
|||
if (version == null || prefix.find(eid, 0) == null) return null
|
||||
return when {
|
||||
// @formatter:off
|
||||
version >= Version(37, 1, 41) -> "v3.1 (beta 1)"
|
||||
version >= Version(36, 18, 5) -> "v3 (final)"
|
||||
version >= Version(36, 17, 39) -> "v3 (beta)"
|
||||
version >= Version(36, 17, 4) -> "v2s"
|
||||
|
|
Loading…
Add table
Reference in a new issue