Skip to content

Commit 82c9630

Browse files
chore(main): release 0.1.9-SNAPSHOT (#183)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b600280 commit 82c9630

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Java library for [Confidence](https://confidence.spotify.com/). This library is
1111
<dependency>
1212
<groupId>com.spotify.confidence</groupId>
1313
<artifactId>sdk-java</artifactId>
14-
<version>0.1.8</version>
14+
<version>0.1.9-SNAPSHOT</version>
1515
</dependency>
1616
```
1717
<!---x-release-please-end-->

openfeature-provider/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>confidence-sdk-java</artifactId>
7-
<version>0.1.8</version>
7+
<version>0.1.9-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>openfeature-provider</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>com.spotify.confidence</groupId>
1616
<artifactId>sdk-java</artifactId>
17-
<version>0.1.8</version>
17+
<version>0.1.9-SNAPSHOT</version>
1818
</dependency>
1919
<!---x-release-please-end-->
2020
<dependency>

pom.xml

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

2121
<groupId>com.spotify.confidence</groupId>
2222
<artifactId>confidence-sdk-java</artifactId>
23-
<version>0.1.8</version>
23+
<version>0.1.9-SNAPSHOT</version>
2424

2525
<url>https://github.com/spotify/confidence-sdk-java</url>
2626
<description>Confidence SDK for Java</description>

sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.spotify.confidence</groupId>
66
<artifactId>confidence-sdk-java</artifactId>
7-
<version>0.1.8</version>
7+
<version>0.1.9-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>sdk-java</artifactId>

sdk-java/src/main/java/com/spotify/confidence/ConfidenceUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ public static FlagPath getPath(String str) throws IllegalValuePath {
8585
}
8686

8787
static String getSdkVersion() {
88-
return "0.1.8"; // x-release-please-version
88+
return "0.1.9-SNAPSHOT"; // x-release-please-version
8989
}
9090
}

0 commit comments

Comments
 (0)