diff --git a/build_to_test.py b/build_to_test.py index b882075..311bc6b 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.0" +version = "2.0.1-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 caeb740..e2cc5c3 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.0", + "version": "2.0.1-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 9c48b67..47ec914 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0.html"} - :dependencies [[org.clojure/clojure "2.0.0"] + :dependencies [[org.clojure/clojure "2.0.1-dev"] [org.clojure/tools.reader "1.3.6"] [org.domaindrivenarchitecture/c4k-common-clj "2.0.3"] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]]