From 50dd6815eb3e6fd00ef6f1da252902beec01649c Mon Sep 17 00:00:00 2001 From: Stefan Wolf Date: Fri, 24 May 2019 22:31:39 +0200 Subject: [PATCH] Bumping to next rev --- README.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c75c4eff..15f90ff8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ For more information see the [Jenkins wiki page](http://wiki.jenkins-ci.org/disp In order to release this plugin have a look at [here](RELEASING.md). ## Release Notes +* 1.33 (unreleased) * 1.32 (May 24th 2019) * Expose build scan action via Jenkins API ([#70](https://github.com/jenkinsci/gradle-plugin/pull/70)) * 1.31 (Mar 16th 2019) diff --git a/gradle.properties b/gradle.properties index 94308a88..a68e6e48 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version = 1.32 +version = 1.33-SNAPSHOT githubUser = jenkinsci