We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cfab9 commit 0498097Copy full SHA for 0498097
sdk/src/main/java/io/opentdf/platform/sdk/Version.java
@@ -12,7 +12,7 @@
12
class Version implements Comparable<Version> {
13
14
// Version of the SDK, managed by release-please.
15
- public static final String SDK = "0.8.2-SNAPSHOT"; // x-release-please-version
+ public static final String SDK = "0.9.1-SNAPSHOT"; // x-release-please-version
16
17
private final int major;
18
private final int minor;
0 commit comments