From 7e5a4c178cdd90ed87dff5c18a61d394bf08a1f9 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Mon, 8 Jan 2024 18:27:43 +0100 Subject: [PATCH] release: 3.1.2 --- infrastructure/backup/build.py | 2 +- infrastructure/federated/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/backup/build.py b/infrastructure/backup/build.py index dd688c8..0292d46 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 = "3.1.2-dev" +version = "3.1.2" @init diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py index aa5a49f..bfa7b6e 100644 --- a/infrastructure/federated/build.py +++ b/infrastructure/federated/build.py @@ -6,7 +6,7 @@ from ddadevops import * name = 'c4k-forgejo' MODULE = 'federated' PROJECT_ROOT_PATH = '../..' -version = "3.1.2-dev" +version = "3.1.2" @init def initialize(project): diff --git a/package.json b/package.json index 384c030..e567fb3 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": "3.1.2-SNAPSHOT", + "version": "3.1.2", "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 cea1c38..447c5db 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.2-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-forgejo "3.1.2" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"