We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa45691 commit 8b10abeCopy full SHA for 8b10abe
README.md
@@ -6,7 +6,7 @@
6
7
```groovy
8
dependencies {
9
- implementation 'cloud.eppo:eppo-server-sdk:3.1.0'
+ implementation 'cloud.eppo:eppo-server-sdk:4.0.1'
10
}
11
```
12
build.gradle
@@ -11,7 +11,7 @@ java {
13
group = 'cloud.eppo'
14
-version = '4.0.0-SNAPSHOT'
+version = '4.0.1'
15
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
16
17
import org.apache.tools.ant.filters.ReplaceTokens
0 commit comments