Skip to content

Commit

Permalink
fix: Version mismatch (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl authored Jan 6, 2025
1 parent 8fe10d4 commit 1348140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

```groovy
dependencies {
implementation 'cloud.eppo:eppo-server-sdk:4.0.1'
implementation 'cloud.eppo:eppo-server-sdk:3.1.0'
}
```

Expand Down Expand Up @@ -58,6 +58,6 @@ repositories {
}
dependencies {
implementation 'cloud.eppo:eppo-server-sdk:3.0.2-SNAPSHOT'
implementation 'cloud.eppo:eppo-server-sdk:3.2.0-SNAPSHOT'
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {
}

group = 'cloud.eppo'
version = '4.0.1'
version = '3.2.0-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

import org.apache.tools.ant.filters.ReplaceTokens
Expand Down

0 comments on commit 1348140

Please sign in to comment.