diff --git a/build.gradle b/build.gradle index a685fb3..b3e1afd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,2 +1,2 @@ -version = "3.2.1-SNAPSHOT" +version = "3.3.0" diff --git a/build_to_test.py b/build_to_test.py index b69feb3..bc52158 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 = "3.2.1-dev" +version = "3.3.0" 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 8b13dcf..d76a535 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": "3.2.1-dev", + "version": "3.3.0", "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 1b23d02..391eb46 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-jira "3.2.1-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-jira "3.3.0" :description "jira c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"