Skip to content

Commit 50f52f6

Browse files
committed
0.4.0-rc1
1 parent d633cff commit 50f52f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group = 'com.snowplowanalytics'
88
archivesBaseName = 'java-referer-parser'
9-
version = '0.4.0'
9+
version = '0.4.0-rc1'
1010

1111
sourceCompatibility = '1.8'
1212
targetCompatibility = '1.8'
@@ -99,4 +99,4 @@ publishing {
9999
}
100100
}
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)