Skip to content

Commit 14cf469

Browse files
authored
chore: correct the app version (#180)
1 parent 33886c6 commit 14cf469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.3-SNAPSHOT"; // x-release-please-version
88+
return "0.1.7-SNAPSHOT"; // x-release-please-version
8989
}
9090
}

0 commit comments

Comments
 (0)