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

changeset 422
fbc5851f8dd4
parent 417
df78451a6d41
equal deleted inserted replaced
421:3ffbf8bfdbd8 422:fbc5851f8dd4
27 27
28 object Constants { 28 object Constants {
29 /** 29 /**
30 * A date 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-03-12" 32 const val VERSION_DATE = "2026-05-13"
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