Add Version.toString()

This commit is contained in:
Matéo Duparc 2023-09-19 13:47:59 +02:00
parent b2154d319e
commit 3ba774fda3
Signed by: hardcoresushi
GPG Key ID: AFE384344A45E13A
1 changed files with 2 additions and 0 deletions

View File

@ -24,4 +24,6 @@ class Version(inputVersion: String) : Comparable<Version> {
}
0
}
override fun toString() = version
}