Skip to content

Commit 4a5966a

Browse files
committed
prepare next release version 3.2
Signed-off-by: Andreas Schmid <[email protected]>
1 parent 1bcd382 commit 4a5966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414

1515
description = "Gradle plugin to find duplicate code using PMDs copy/paste detection (= CPD)"
1616
group = "de.aaschmid"
17-
version = "3.2-SNAPSHOT"
17+
version = "3.2"
1818

1919
ext {
2020
isBuildOnJenkins = System.getenv("BUILD_TAG")?.startsWith("jenkins-") ?: false

0 commit comments

Comments
 (0)