diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index 7f296b9..ec184ac 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-dev" +version = "1.2.6" @init diff --git a/package.json b/package.json index c3c2c43..815bd86 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-SNAPSHOT", + "version": "1.2.6", "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 f32cfc2..c2c7ffb 100644 --- a/project.clj +++ b/project.clj @@ -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"