# HG changeset patch # User Mike Becker # Date 1778707076 -7200 # Node ID fbc5851f8dd4a33d3abfc2c18bdaf4f4d04e063f # Parent 3ffbf8bfdbd87febac5bf3548afad9191506cadc update VERSION_DATE diff -r 3ffbf8bfdbd8 -r fbc5851f8dd4 src/main/kotlin/de/uapcore/lightpit/Constants.kt --- a/src/main/kotlin/de/uapcore/lightpit/Constants.kt Wed May 13 23:17:23 2026 +0200 +++ b/src/main/kotlin/de/uapcore/lightpit/Constants.kt Wed May 13 23:17:56 2026 +0200 @@ -29,7 +29,7 @@ /** * A date in yyyy-mm-dd format to identify the release. */ - const val VERSION_DATE = "2026-03-12" + const val VERSION_DATE = "2026-05-13" /** * The path where the JSP files reside.