Bumped Generated Version extension to 0.9.6-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-04-17 23:08:46 -07:00
parent 7c1dec5c5e
commit f311399c2f
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 3 additions and 3 deletions

View file

@ -14,12 +14,12 @@ import java.time.ZoneId
*/
object ReleaseInfo {
const val PROJECT = "mobibot"
const val VERSION = "0.8.0-rc+20240315212330"
const val VERSION = "0.8.0-rc+20240417230232"
@JvmField
@Suppress("MagicNumber")
val BUILD_DATE: LocalDateTime = LocalDateTime.ofInstant(
Instant.ofEpochMilli(1710563010532L), ZoneId.systemDefault()
Instant.ofEpochMilli(1713420152538L), ZoneId.systemDefault()
)
const val WEBSITE = "https://mobitopia.org/mobibot/"