bump version to: 0.36.1-SNAPSHOT
This commit is contained in:
parent
8f27fde09c
commit
bef0fff652
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ plugins {
|
|||
apply plugin: "maven-publish"
|
||||
|
||||
|
||||
version = "0.36.0"
|
||||
version = "0.36.1-SNAPSHOT"
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
|
||||
|
||||
|
|
2
build.py
2
build.py
|
@ -8,7 +8,7 @@ name = "provs"
|
|||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
|
||||
version = "0.36.0"
|
||||
version = "0.36.1-dev"
|
||||
|
||||
|
||||
@init
|
||||
|
|
Loading…
Reference in a new issue