Skip to content

Commit 9cfd963

Browse files
chore(main): release 0.10.2-SNAPSHOT (#159)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7472964 commit 9cfd963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# x-release-please-start-version
2-
version=0.10.1
2+
version=0.10.2-SNAPSHOT
33
# x-release-please-end
44
group=com.github.growthbook

lib/src/main/java/growthbook/sdk/java/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
public class Version {
99
// The current version of the GrowthBook SDK for Java
1010
// x-release-please-start-version
11-
public static final String SDK_VERSION = "0.10.1";
11+
public static final String SDK_VERSION = "0.10.2-SNAPSHOT";
1212
// x-release-please-end
1313
}

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Format:
22
# module:released-version:current-version
3-
growthbook-sdk-java:0.10.1:0.10.1
3+
growthbook-sdk-java:0.10.1:0.10.2-SNAPSHOT

0 commit comments

Comments
 (0)