From 0d8339cfa799287bf73009079a75f765824437bc Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Fri, 31 Jan 2025 08:59:10 +0100
Subject: [PATCH] bump version to: 1.2.7-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 ec184ac..4b72f35 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.6"
+version = "1.2.7-dev"
 
 
 @init
diff --git a/package.json b/package.json
index 815bd86..105247e 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.6",
+    "version": "1.2.7-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 c2c7ffb..98d8137 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.6"
+(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.7-SNAPSHOT"
   :description "taiga c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"