From 831f71f9164994cd61c10df7c94b0fa1523d03cc Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 15 Dec 2023 16:26:18 +0100 Subject: [PATCH] bump version to: 3.0.7-SNAPSHOT --- 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 c13411e..207ef81 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.0.6" +version = "3.0.7-SNAPSHOT" @init diff --git a/infrastructure/federated/build.py b/infrastructure/federated/build.py index 8fe6ae6..c120a5a 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.0.6" +version = "3.0.7-SNAPSHOT" @init def initialize(project): diff --git a/package.json b/package.json index 019bbb7..9b52e1c 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.0.6", + "version": "3.0.7-SNAPSHOT", "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 f089196..10b353b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-forgejo "3.0.6" +(defproject org.domaindrivenarchitecture/c4k-forgejo "3.0.7-SNAPSHOT" :description "forgejo c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"