From 20af7cd6029f2ae25a75de9e7582d6aaf18472af Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Thu, 20 Feb 2025 17:15:30 +0100
Subject: [PATCH] bump version to: 3.0.2-SNAPSHOT

---
 infrastructure/excalidraw/build.py | 2 +-
 package.json                       | 2 +-
 project.clj                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure/excalidraw/build.py b/infrastructure/excalidraw/build.py
index e155a0b..de6bb49 100644
--- a/infrastructure/excalidraw/build.py
+++ b/infrastructure/excalidraw/build.py
@@ -6,7 +6,7 @@ from ddadevops import *
 name = "c4k-jitsi"
 MODULE = "excalidraw"
 PROJECT_ROOT_PATH = "../.."
-version = "3.0.1"
+version = "3.0.2-dev"
 
 
 @init
diff --git a/package.json b/package.json
index 73fed61..65489a3 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "name": "c4k-jitsi",
     "description": "Generate c4k yaml for a jitsi deployment.",
     "author": "meissa GmbH",
-    "version": "3.0.1",
+    "version": "3.0.2-SNAPSHOT",
     "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jitsi#readme",
     "repository": "https://www.npmjs.com/package/c4k-jitsi",
     "license": "APACHE2",
diff --git a/project.clj b/project.clj
index 7dc93e2..0e94e64 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-jitsi "3.0.1"
+(defproject org.domaindrivenarchitecture/c4k-jitsi "3.0.2-SNAPSHOT"
   :description "jitsi c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"