Compare commits

...

2 commits

Author SHA1 Message Date
989f80c41f bump version to: 0.35.1-SNAPSHOT 2024-03-08 11:14:14 +01:00
965f2e3101 release: 0.35.0 2024-03-08 11:14:14 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ plugins {
apply plugin: "maven-publish" apply plugin: "maven-publish"
version = "0.34.1-SNAPSHOT" version = "0.35.1-SNAPSHOT"
group = "org.domaindrivenarchitecture.provs" group = "org.domaindrivenarchitecture.provs"

View file

@ -8,7 +8,7 @@ name = "provs"
PROJECT_ROOT_PATH = "." PROJECT_ROOT_PATH = "."
version = "0.34.1-dev" version = "0.35.1-dev"
@init @init