Skip to content

Commit 9904c31

Browse files
committed
Version 4.4.0
Provides 1.21 support
1 parent 052a839 commit 9904c31

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
@@ -12,7 +12,7 @@ def artifactId = 'GradleBasePlugin'
1212
// /---> Major Version - Increment this when you make a breaking change
1313
// | /---> Minor Version - Increment this when you add a new feature
1414
// | | /---> Patch Version - Increment this when you make a bug fix
15-
def versionNum = '4.3.8'
15+
def versionNum = '4.4.0'
1616

1717
group = groupId
1818
version = versionNum

0 commit comments

Comments
 (0)