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 008ad22 commit f5ade50Copy full SHA for f5ade50
gradle.properties
@@ -1,4 +1,4 @@
1
# x-release-please-start-version
2
-version=0.10.2
+version=0.10.3-SNAPSHOT
3
# x-release-please-end
4
group=com.github.growthbook
lib/src/main/java/growthbook/sdk/java/Version.java
@@ -8,6 +8,6 @@
8
public class Version {
9
// The current version of the GrowthBook SDK for Java
10
// x-release-please-start-version
11
- public static final String SDK_VERSION = "0.10.2";
+ public static final String SDK_VERSION = "0.10.3-SNAPSHOT";
12
// x-release-please-end
13
}
versions.txt
@@ -1,3 +1,3 @@
# Format:
# module:released-version:current-version
-growthbook-sdk-java:0.10.2:0.10.2
+growthbook-sdk-java:0.10.2:0.10.3-SNAPSHOT
0 commit comments