From 67ec35e6ff558baaa5461721ece170e67471bbf6 Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Fri, 17 Jan 2025 16:31:27 +0100
Subject: [PATCH] bump version to: 4.1.2-SNAPSHOT

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

diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py
index 097f571..030a275 100644
--- a/infrastructure/backup/build.py
+++ b/infrastructure/backup/build.py
@@ -6,7 +6,7 @@ from ddadevops import *
 name = "c4k-forgejo"
 MODULE = "backup"
 PROJECT_ROOT_PATH = "../.."
-version = "4.1.1"
+version = "4.1.2-dev"
 
 
 @init
diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py
index 3843f11..f81a7df 100644
--- a/infrastructure/federated/build.py
+++ b/infrastructure/federated/build.py
@@ -6,7 +6,7 @@ from ddadevops import *
 name = 'c4k-forgejo'
 MODULE = 'federated'
 PROJECT_ROOT_PATH = '../..'
-version = "4.1.1"
+version = "4.1.2-dev"
 
 @init
 def initialize(project):
diff --git a/package.json b/package.json
index 737596a..11bf718 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "name": "c4k-forgejo",
     "description": "Generate c4k yaml for a forgejo deployment.",
     "author": "meissa GmbH",
-    "version": "4.1.1",
+    "version": "4.1.2-SNAPSHOT",
     "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme",
     "repository": "https://www.npmjs.com/package/c4k-forgejo",
     "license": "APACHE2",
diff --git a/project.clj b/project.clj
index d924c84..cbdb596 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-forgejo "4.1.1"
+(defproject org.domaindrivenarchitecture/c4k-forgejo "4.1.2-SNAPSHOT"
   :description "forgejo c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"