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