Skip to content

Commit 80331fa

Browse files
committed
Bumped VERSION
1 parent 21fd95d commit 80331fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ apply plugin: 'propdeps-maven'
3030
apply plugin: 'propdeps-idea'
3131

3232
group = 'com.snowplowanalytics'
33-
version = '0.8.0'
33+
version = '0.8.1'
3434
sourceCompatibility = '1.7'
3535
targetCompatibility = '1.7'
3636

src/test/java/com/snowplowanalytics/snowplow/tracker/TrackerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public void testTrackTimingWithSubject() {
390390
@Test
391391
public void testGetTrackerVersion() throws Exception {
392392
Tracker tracker = new Tracker.TrackerBuilder(emitter, "namespace", "an-app-id").build();
393-
assertEquals("java-0.8.0", tracker.getTrackerVersion());
393+
assertEquals("java-0.8.1", tracker.getTrackerVersion());
394394
}
395395

396396
@Test

0 commit comments

Comments
 (0)