diff --git a/build.gradle b/build.gradle index 8abadec..ab6c32a 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ def artifactId = 'GradleBasePlugin' // /---> Major Version - Increment this when you make a breaking change // | /---> Minor Version - Increment this when you add a new feature // | | /---> Patch Version - Increment this when you make a bug fix -def versionNum = '4.1.0' +def versionNum = '4.2.0' group = groupId version = versionNum