bump version to: 0.28.4-SNAPSHOT
This commit is contained in:
parent
955504dae5
commit
b2ae76f867
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ plugins {
|
|||
apply plugin: "maven-publish"
|
||||
|
||||
|
||||
version = "0.28.3"
|
||||
version = "0.28.4-SNAPSHOT"
|
||||
group = "org.domaindrivenarchitecture.provs"
|
||||
|
||||
|
||||
|
|
2
build.py
2
build.py
|
@ -6,7 +6,7 @@ name = "buildtest"
|
|||
MODULE = "release"
|
||||
PROJECT_ROOT_PATH = "."
|
||||
|
||||
version = "0.28.3"
|
||||
version = "0.28.4-SNAPSHOT"
|
||||
|
||||
@init
|
||||
def initialize(project):
|
||||
|
|
Loading…
Reference in a new issue