don't put snapshot marker on the release

This commit is contained in:
minjaesong
2024-02-10 00:38:40 +09:00
parent a1ef80b2c0
commit afd3656302

View File

@@ -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 = ""