Skip to content

Commit 7c70068

Browse files
authored
prep for v5.0.0 release (#106)
1 parent c956b3d commit 7c70068

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```groovy
1111
dependencies {
12-
implementation 'cloud.eppo:eppo-server-sdk:4.0.0'
12+
implementation 'cloud.eppo:eppo-server-sdk:5.0.0'
1313
}
1414
```
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ java {
1111
}
1212

1313
group = 'cloud.eppo'
14-
version = '5.0.0-SNAPSHOT'
14+
version = '5.0.0'
1515
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1616

1717
import org.apache.tools.ant.filters.ReplaceTokens

0 commit comments

Comments
 (0)