From 46ca21c22737bb63f95b79d9f7ecf9d61c3eb434 Mon Sep 17 00:00:00 2001
From: Michael Jerger <michael.jerger@meissa-gmbh.de>
Date: Mon, 20 Jan 2025 10:05:08 +0100
Subject: [PATCH] release: 1.2.4

---
 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 360c600..96c95fd 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-dev"
+version = "1.2.4"
 
 
 @init
diff --git a/package.json b/package.json
index 4f54e8b..b5bed88 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-SNAPSHOT",
+    "version": "1.2.4",
     "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 43162f2..8013d59 100644
--- a/project.clj
+++ b/project.clj
@@ -1,4 +1,4 @@
-(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.4-SNAPSHOT"
+(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.4"
   :description "taiga c4k-installation package"
   :url "https://domaindrivenarchitecture.org"
   :license {:name "Apache License, Version 2.0"