Skip to content

Commit 0498097

Browse files
authored
Update Version.java
1 parent 32cfab9 commit 0498097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/main/java/io/opentdf/platform/sdk/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class Version implements Comparable<Version> {
1313

1414
// Version of the SDK, managed by release-please.
15-
public static final String SDK = "0.8.2-SNAPSHOT"; // x-release-please-version
15+
public static final String SDK = "0.9.1-SNAPSHOT"; // x-release-please-version
1616

1717
private final int major;
1818
private final int minor;

0 commit comments

Comments
 (0)