All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.top.mrxiaom.overflow.BuildConstants.kt Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package top.mrxiaom.overflow

import java.time.Instant
import kotlin.Int
import kotlin.String

public object BuildConstants {
  public const val VERSION: String = "1.0.1"

  public const val MIRAI_VERSION: String = "2.16.0"

  public const val COMMIT_HASH: String = "7a3e9c7"

  public val COMMIT_COUNT: Int? = 535

  public val BUILD_TIME: Instant = java.time.Instant.ofEpochSecond(1734508786L)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy