From cd0eb2f6add5cfea3c1091758ddea12759a855a6 Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Fri, 15 Nov 2024 22:44:25 +0100
Subject: [PATCH] #773 - update version

---
 BudgetMasterServer/pom.xml | 2 +-
 README.md                  | 2 +-
 pom.xml                    | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/BudgetMasterServer/pom.xml b/BudgetMasterServer/pom.xml
index a754525a3..17b5ffeb0 100644
--- a/BudgetMasterServer/pom.xml
+++ b/BudgetMasterServer/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>BudgetMaster</artifactId>
         <groupId>de.deadlocker8</groupId>
-        <version>2.17.1</version>
+        <version>2.17.2</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/README.md b/README.md
index 17f7918b4..41bf0eeec 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 Manage your monthly budget easily with BudgetMaster
 
 - __start:__ 17.12.16
-- __current release:__ v2.17.1 (48) from 14.10.24
+- __current release:__ v2.17.2 (49) from 15.11.24
 
 ## Key Features
 - Keep your data private - Host your own BudgetMaster server or use it in standalone mode. All data remains on your machines.
diff --git a/pom.xml b/pom.xml
index b161e0d89..80b3fe0a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <groupId>de.deadlocker8</groupId>
     <artifactId>BudgetMaster</artifactId>
     <packaging>pom</packaging>
-    <version>2.17.1</version>
+    <version>2.17.2</version>
     <name>BudgetMaster</name>
 
     <modules>
@@ -50,7 +50,7 @@
 
         <app.versionDate>${maven.build.timestamp}</app.versionDate>
         <maven.build.timestamp.format>dd.MM.yy</maven.build.timestamp.format>
-        <app.versionCode>48</app.versionCode>
+        <app.versionCode>49</app.versionCode>
         <app.author>Robert Goldmann</app.author>
 
         <testcontainer.version>1.20.2</testcontainer.version>
-- 
GitLab