diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py
index 96c95fd..24c03ce 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.4"
+version = "1.2.5-dev"
 
 
 @init
diff --git a/package.json b/package.json
index b5bed88..db34f53 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.4",
+    "version": "1.2.5-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 8013d59..61aa67b 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.4"
+(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.5-SNAPSHOT"
   :description "taiga c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"