Skip to content

Commit 6457ff0

Browse files
authored
fix: release-type java-yoshi dep errors (#138)
1 parent 161adf4 commit 6457ff0

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# x-release-please-start-version
12
version=0.9.97
3+
# x-release-please-end
24
group=com.github.growthbook

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
*/
88
public class Version {
99
// The current version of the GrowthBook SDK for Java
10+
// x-release-please-start-version
1011
public static final String SDK_VERSION = "0.9.97";
12+
// x-release-please-end
1113
}

versions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Format:
2+
# module:released-version:current-version
3+
growthbook-sdk-java:0.9.97:0.9.97

0 commit comments

Comments
 (0)