Skip to content

Commit 8b10abe

Browse files
committed
bump version
1 parent fa45691 commit 8b10abe

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
@@ -6,7 +6,7 @@
66

77
```groovy
88
dependencies {
9-
implementation 'cloud.eppo:eppo-server-sdk:3.1.0'
9+
implementation 'cloud.eppo:eppo-server-sdk:4.0.1'
1010
}
1111
```
1212

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 = '4.0.0-SNAPSHOT'
14+
version = '4.0.1'
1515
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1616

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

0 commit comments

Comments
 (0)