From 8cfac9ec0f1c2efa597aaafa0baf90754d2f09f5 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 18 Aug 2023 09:43:00 +0200 Subject: [PATCH] bump version to: 2.0.3-dev --- build_to_test.py | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_to_test.py b/build_to_test.py index a0e596b..260e871 100644 --- a/build_to_test.py +++ b/build_to_test.py @@ -33,7 +33,7 @@ default_task = "dev" name = "ddadevops" MODULE = "not-used" PROJECT_ROOT_PATH = "." -version = "2.0.2" +version = "2.0.3-dev" summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud" description = __doc__ authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")] diff --git a/package.json b/package.json index 90c700a..bd0ab3c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-jira", "description": "Generate c4k yaml for a jira deployment.", "author": "meissa GmbH", - "version": "2.0.2", + "version": "2.0.3-dev", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme", "repository": "https://www.npmjs.com/package/c4k-jira", "license": "APACHE2", diff --git a/project.clj b/project.clj index 319e059..dfc95dd 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "https://www.apache.org/licenses/LICENSE-2.0.html"} :dependencies [[org.clojure/clojure "2.0.1-dev"] [org.clojure/tools.reader "2.0.2-dev"] - [org.domaindrivenarchitecture/c4k-common-clj "2.0.2"] + [org.domaindrivenarchitecture/c4k-common-clj "2.0.3-dev"] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] :target-path "target/%s/" :source-paths ["src/main/cljc"