From 22068ce44d993b965218d5ce7588fe982755b191 Mon Sep 17 00:00:00 2001 From: Michael Jerger <michael.jerger@meissa-gmbh.de> Date: Thu, 3 Apr 2025 21:06:07 +0200 Subject: [PATCH] release: 6.0.0 --- 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 430ed90..6bb85a3 100644 --- a/infrastructure/backup/build.py +++ b/infrastructure/backup/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = "c4k-forgejo" MODULE = "backup" PROJECT_ROOT_PATH = "../.." -version = "4.1.3-dev" +version = "6.0.0" @init diff --git a/package.json b/package.json index 065b789..fb0e212 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-forgejo", "description": "Generate c4k yaml for a forgejo deployment.", "author": "meissa GmbH", - "version": "4.1.3-SNAPSHOT", + "version": "6.0.0", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-forgejo#readme", "repository": "https://www.npmjs.com/package/c4k-forgejo", "license": "APACHE2", diff --git a/project.clj b/project.clj index 4c5f950..f9b7917 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "4.1.3-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-forgejo "6.0.0" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"