mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 21:31:51 +09:00
don't put snapshot marker on the release
This commit is contained in:
@@ -72,8 +72,9 @@ basegame
|
||||
// Commit counts up to the Release 0.3.2: 2732
|
||||
// Commit counts up to the Release 0.3.3: 3020
|
||||
|
||||
val VERSION_SNAPSHOT = if (App.IS_DEVELOPMENT_BUILD) Snapshot(0) else null
|
||||
// val VERSION_SNAPSHOT = ForcedSnapshot("24w04a")
|
||||
// val VERSION_SNAPSHOT = if (App.IS_DEVELOPMENT_BUILD) Snapshot(0) else null // for normal dev
|
||||
// val VERSION_SNAPSHOT = ForcedSnapshot("24w04a") // for snapshot release
|
||||
val VERSION_SNAPSHOT = null // for the release
|
||||
|
||||
const val VERSION_TAG: String = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user