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

changeset 393
0b5b37572021
parent 391
49f68aeb1dd2
equal deleted inserted replaced
392:c0c7b4ca2946 393:0b5b37572021
27 27
28 object Constants { 28 object Constants {
29 /** 29 /**
30 * A data in yyyy-mm-dd format to identify the release. 30 * A data in yyyy-mm-dd format to identify the release.
31 */ 31 */
32 const val VERSION_DATE = "2025-09-22" 32 const val VERSION_DATE = "2025-10-04"
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