From 422147dd7ff026c534ebf6bebd017382b18bc607 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 20 Apr 2020 09:50:31 +0200 Subject: [PATCH] prepare for version 0.6.5 --- pom.xml | 2 +- src/main/resources/config/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 28035fc4..c4c6bbce 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ jar - 0.6.4 + 0.6.5 UTF-8 UTF-8 diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index e8e34929..b7c84b5a 100644 --- a/src/main/resources/config/application.properties +++ b/src/main/resources/config/application.properties @@ -1,6 +1,6 @@ spring.application.name=SEB Server spring.profiles.active=dev -sebserver.version=0.6.4 (RC for v1.0) +sebserver.version=0.6.5 (RC for v1.0) ########################################################## ### Global Server Settings