From ee4b4e090b189c354bd9aa1d87f05922252c7af9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Majdan?= <445519@mail.muni.cz>
Date: Wed, 14 Aug 2024 15:07:26 +0000
Subject: [PATCH] [CI/CD] Update pom.xml versions based on GitLab tag.

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

diff --git a/pom.xml b/pom.xml
index 5e92154..eddb0c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>cz.muni.ics.kypo</groupId>
     <artifactId>kypo-adaptive-training</artifactId>
-    <version>2.2.8</version>
+    <version>2.3.1</version>
     <packaging>jar</packaging>
     <name>KYPO2 Adaptive Training</name>
     <description>KYPO2 Adaptive Training</description>
-- 
GitLab