Skip to content

Commit 9bb277f

Browse files
authored
fix version declared in build.gradle, to have 'v' prefix
1 parent 9d30cef commit 9bb277f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ apply plugin: 'java'
66

77
group = 'com.github.IQSS'
88
sourceCompatibility = 1.8
9-
version = '1.4.1'
9+
version = 'v1.4.1'
1010
def springVersion='5.3.24'
1111
def jacksonVersion='2.20.0'
1212
def jacksonAnnotationsVersion='2.20'

0 commit comments

Comments
 (0)