diff --git a/build.gradle b/build.gradle index 823cd8d..2116723 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.3.8' +def versionNum = '4.4.0' group = groupId version = versionNum