release: 1.2.6

This commit is contained in:
Michael Jerger 2025-01-31 08:59:09 +01:00
parent a0fafe6f5c
commit 031a75bba2
3 changed files with 3 additions and 3 deletions
infrastructure/backup
package.jsonproject.clj

View file

@ -6,7 +6,7 @@ from ddadevops import *
name = "c4k-taiga"
MODULE = "backup"
PROJECT_ROOT_PATH = "../.."
version = "1.2.6-dev"
version = "1.2.6"
@init

View file

@ -2,7 +2,7 @@
"name": "c4k-taiga",
"description": "Generate c4k yaml for a taiga project management deployment.",
"author": "meissa GmbH",
"version": "1.2.6-SNAPSHOT",
"version": "1.2.6",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-taiga#readme",
"repository": "https://www.npmjs.com/package/c4k-taiga",
"license": "APACHE2",

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.6-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-taiga "1.2.6"
:description "taiga c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"