Skip to content

Commit 3941940

Browse files
authored
docs: readme version update (#278)
* docs: readme version update * chore: version update
1 parent c497cbc commit 3941940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the OpenFeature provider dependency if you want to use Confidence via the Op
1515
<dependency>
1616
<groupId>com.spotify.confidence</groupId>
1717
<artifactId>openfeature-provider</artifactId>
18-
<version>0.2.8</version>
18+
<version>0.5.0</version>
1919
</dependency>
2020
```
2121
<!---x-release-please-end-->
@@ -138,4 +138,4 @@ To opt out of this behavior, you can disable telemetry by setting the `disableTe
138138
final Confidence confidence = Confidence.Builder("<CLIENT_SECRET>")
139139
.disableTelemetry(true)
140140
.build();
141-
```
141+
```

0 commit comments

Comments
 (0)