diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f0c617d2..eac131d7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +### Version 0.0.23 (TBA) + ### Version 0.0.22 (December 16, 2019) * ADDED: Artifact `displayPath` is not mandatory anymore. - [Pull Request 77](https://github.com/cdancy/jenkins-rest/pull/77) * ADDED: Fix crumb issue with Jenkins. - [Pull Request 70](https://github.com/cdancy/jenkins-rest/pull/70) diff --git a/gradle.properties b/gradle.properties index 99af394c..ce3691ee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = com.cdancy -version = 0.0.22 +version = 0.0.23-SNAPSHOT artifactoryURL = http://127.0.0.1:8080/artifactory artifactoryUser = admin