Skip to content

Commit a06375b

Browse files
committed
Changed version to 5.0.9
1 parent 13bcc3b commit a06375b

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
@@ -11,7 +11,7 @@ def artifactId = 'GradleBasePlugin'
1111
// /---> Major Version - Increment this when you make a breaking change
1212
// | /---> Minor Version - Increment this when you add a new feature
1313
// | | /---> Patch Version - Increment this when you make a bug fix
14-
def versionNum = '5.0.8'
14+
def versionNum = '5.0.9'
1515

1616
group = groupId
1717
version = versionNum

0 commit comments

Comments
 (0)