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 c956b3d commit 7c70068Copy full SHA for 7c70068
README.md
@@ -9,7 +9,7 @@
9
10
```groovy
11
dependencies {
12
- implementation 'cloud.eppo:eppo-server-sdk:4.0.0'
+ implementation 'cloud.eppo:eppo-server-sdk:5.0.0'
13
}
14
```
15
build.gradle
@@ -11,7 +11,7 @@ java {
group = 'cloud.eppo'
-version = '5.0.0-SNAPSHOT'
+version = '5.0.0'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
16
17
import org.apache.tools.ant.filters.ReplaceTokens
0 commit comments