From e69c9e87bd77a08551ce6fb6ac35aaadcbf4726e Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Thu, 29 Feb 2024 17:58:16 +0100 Subject: [PATCH] bump version to: 2.0.1-SNAPSHOT --- infrastructure/build/build.py | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/build/build.py b/infrastructure/build/build.py index d17bb93..57110ba 100644 --- a/infrastructure/build/build.py +++ b/infrastructure/build/build.py @@ -7,7 +7,7 @@ import logging name = 'c4k-website' MODULE = 'build' PROJECT_ROOT_PATH = '../..' -version = "2.0.0" +version = "2.0.1-dev" @init diff --git a/package.json b/package.json index 2204459..0916e46 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-website", "description": "Generate c4k yaml for a website deployment.", "author": "meissa GmbH", - "version": "2.0.0", + "version": "2.0.1-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "repository": "https://www.npmjs.com/package/c4k-website", "license": "APACHE2", diff --git a/project.clj b/project.clj index 7a74417..9f6cfdd 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "2.0.0" +(defproject org.domaindrivenarchitecture/c4k-website "2.0.1-SNAPSHOT" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"