From b5cc208decff96998c9abc7e428d7e522ddff672 Mon Sep 17 00:00:00 2001 From: hardy Date: Sun, 10 Nov 2024 11:52:51 +0800 Subject: [PATCH] chore: change eol date --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b6e5d2c..92f23784 100755 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL=/bin/bash APP_NAME := console APP_VERSION := 1.0.0_SNAPSHOT APP_CONFIG := $(APP_NAME).yml -APP_EOLDate ?= "2024-12-31T10:10:10Z" +APP_EOLDate ?= "2025-12-31T10:10:10Z" APP_STATIC_FOLDER := .public APP_STATIC_PACKAGE := public APP_UI_FOLDER := ui