From e0c206c4616bc3f77249a9fa9e9e69d1fc06608b Mon Sep 17 00:00:00 2001
From: Scherbaum Maximilian <ms622@hdm-stuttgart.de>
Date: Thu, 22 Feb 2024 15:32:31 +0100
Subject: [PATCH] update: version tag in pom.xml

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b6c3692..1aecd3df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>de.hdm_stuttgart.battlearena</groupId>
     <artifactId>BattleArena</artifactId>
-    <version>v0.6.1</version>
+    <version>0.6.1</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-- 
GitLab