Skip to content

Commit

Permalink
Update version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Linari authored and GitHub Enterprise committed Jul 30, 2023
1 parent e646fb3 commit 6890c1b
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 @@ -56,7 +56,7 @@ afterEvaluate {
release(MavenPublication) {
groupId = 'com.mparticle'
artifactId = 'java-sdk'
version = '2.9.0'
version = '2.9.1'
if (project.plugins.findPlugin("com.android.library")) {
from components.release
} else {
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.9.0";
public static final String SDK_VERSION= "2.9.1";

private Consts() {
}
Expand Down

0 comments on commit 6890c1b

Please sign in to comment.