bump version to: 3.0.1-dev
This commit is contained in:
parent
d8fc1b004b
commit
c3085d0c04
4 changed files with 4 additions and 4 deletions
|
@ -1,2 +1,2 @@
|
|||
|
||||
version = "3.0.0"
|
||||
version = "3.0.1-dev"
|
||||
|
|
|
@ -33,7 +33,7 @@ default_task = "dev"
|
|||
name = "ddadevops"
|
||||
MODULE = "not-used"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
version = "3.0.0"
|
||||
version = "3.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")]
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "c4k-jira",
|
||||
"description": "Generate c4k yaml for a jira deployment.",
|
||||
"author": "meissa GmbH",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1-dev",
|
||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-jira#readme",
|
||||
"repository": "https://www.npmjs.com/package/c4k-jira",
|
||||
"license": "APACHE2",
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
:dependencies [[org.clojure/tools.cli "2.0.7-dev"]
|
||||
[ch.qos.logback/logback-classic "2.0.8-dev"
|
||||
:exclusions [com.sun.mail/javax.mail]]
|
||||
[org.slf4j/jcl-over-slf4j "3.0.0"]]}}
|
||||
[org.slf4j/jcl-over-slf4j "3.0.1-dev"]]}}
|
||||
:release-tasks [["test"]
|
||||
["vcs" "assert-committed"]
|
||||
["change" "version" "leiningen.release/bump-version" "release"]
|
||||
|
|
Loading…
Reference in a new issue