From 1f2d6ca76bb50530232fccb90e077c1116cf1579 Mon Sep 17 00:00:00 2001 From: anhefti Date: Wed, 15 Jan 2020 10:53:04 +0100 Subject: [PATCH] version 0.5.4-beta --- 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 fcc0526f..6ae37ba7 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ jar - 0.5.3-beta + 0.5.4-beta UTF-8 UTF-8 diff --git a/src/main/resources/config/application.properties b/src/main/resources/config/application.properties index e9b27188..edf11caf 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.5.3 beta +sebserver.version=0.5.4 beta ########################################################## ### Global Server Settings