data class Version
This class represents the version information for the GG Library
Version(maj: Long, min: Long, patch: Long, commitCount: Int, commitHash: String, branchName: String, buildDate: String, buildTime: String)
This class represents the version information for the GG Library |
val branchName: String
the git branch name this library was built from |
|
val buildDate: String
the date this library was built |
|
val buildTime: String
the time this library was built |
|
val commitCount: Int
How many commits there have been since the version tag corresponding to maj.min.patch |
|
val commitHash: String
The git hash of HEAD when this library was built. |
|
val maj: Long
Major verison number |
|
val min: Long
Minor version number |
|
val patch: Long
Patch version number |