From 9d538e39d9bcb1ea4eeab9a4f93da8c25434d7b5 Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Thu, 30 Jan 2025 16:36:43 +0100
Subject: [PATCH] bump version to: 1.2.6-SNAPSHOT

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

diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py
index 54770d5..7f296b9 100644
--- a/infrastructure/backup/build.py
+++ b/infrastructure/backup/build.py
@@ -6,7 +6,7 @@ from ddadevops import *
 name = "c4k-taiga"
 MODULE = "backup"
 PROJECT_ROOT_PATH = "../.."
-version = "1.2.5"
+version = "1.2.6-dev"
 
 
 @init
diff --git a/package.json b/package.json
index 5116e62..c3c2c43 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
     "name": "c4k-taiga",
     "description": "Generate c4k yaml for a taiga project management deployment.",
     "author": "meissa GmbH",
-    "version": "1.2.5",
+    "version": "1.2.6-SNAPSHOT",
     "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-taiga#readme",
     "repository": "https://www.npmjs.com/package/c4k-taiga",
     "license": "APACHE2",
diff --git a/project.clj b/project.clj
index 0b242f7..f32cfc2 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.5"
+(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.6-SNAPSHOT"
   :description "taiga c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"