diff --git a/build_to_test.py b/build_to_test.py index 7f4196b..3eabb3d 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.5" +version = "2.0.6-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 837020e..4b08524 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.5", + "version": "2.0.6-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 cc5d11d..4e747fd 100644 --- a/project.clj +++ b/project.clj @@ -18,7 +18,7 @@ :profiles {:test {:test-paths ["src/test/cljc"] :resource-paths ["src/test/resources"] :dependencies [[dda/data-test "2.0.5-dev"]]} - :dev {:plugins [[lein-shell "2.0.5"]]} + :dev {:plugins [[lein-shell "2.0.6-dev"]]} :uberjar {:aot :all :main dda.c4k-jira.uberjar :uberjar-name "c4k-jira-standalone.jar"