src/main/kotlin/de/uapcore/lightpit/Constants.kt

changeset 412
e0119fb1b442
parent 409
109850e92e95
equal deleted inserted replaced
411:568aff1e5d13 412:e0119fb1b442
25 25
26 package de.uapcore.lightpit 26 package de.uapcore.lightpit
27 27
28 object Constants { 28 object Constants {
29 /** 29 /**
30 * A data in yyyy-mm-dd format to identify the release. 30 * A date in yyyy-mm-dd format to identify the release.
31 */ 31 */
32 const val VERSION_DATE = "2026-01-06" 32 const val VERSION_DATE = "2026-02-20"
33 33
34 /** 34 /**
35 * The path where the JSP files reside. 35 * The path where the JSP files reside.
36 */ 36 */
37 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/" 37 const val JSP_PATH_PREFIX = "/WEB-INF/jsp/"

mercurial