toggle menu
semantic-versioning-kmp
0.1.0-SNAPSHOT
common
switch theme
search in API
semver-core
/
com.javiersc.semver
/
Version
/
copy
copy
fun
copy
(
major
:
Int
=
this.major
,
minor
:
Int
=
this.minor
,
patch
:
Int
=
this.patch
,
stageName
:
String
?
=
this.stage?.name
,
stageNum
:
Int
?
=
this.stage?.num
)
:
Version