Skip to content

Commit

Permalink
Update version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Jul 5, 2023
1 parent eeb925e commit 418095b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ uploadArchives {
}

pom.project {
version = '2.8.1'
version = '2.9.0'
artifactId = 'java-sdk'
groupId = 'com.mparticle'
description 'mParticle Java SDK used to integrate with mParticle\'s Firehose API'
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/mparticle/sdk/model/Consts.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public final class Consts {

public static final String SDK_VERSION= "2.8.1";
public static final String SDK_VERSION= "2.9.0";

private Consts() {
}
Expand Down

0 comments on commit 418095b

Please sign in to comment.