File tree 4 files changed +5
-5
lines changed
src/main/java/com/devcycle/sdk/server/common/model
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ldd --version
32
32
You can use the SDK in your Gradle project by adding the following to * build.gradle* :
33
33
34
34
``` yaml
35
- implementation("com.devcycle:java-server-sdk:2.2.1 ")
35
+ implementation("com.devcycle:java-server-sdk:2.3.0 ")
36
36
```
37
37
38
38
### Maven
@@ -43,7 +43,7 @@ You can use the SDK in your Maven project by adding the following to your *pom.x
43
43
<dependency >
44
44
<groupId >com.devcycle</groupId >
45
45
<artifactId >java-server-sdk</artifactId >
46
- <version >2.2.1 </version >
46
+ <version >2.3.0 </version >
47
47
<scope >compile</scope >
48
48
</dependency >
49
49
```
Original file line number Diff line number Diff line change 33
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
34
34
<jmh .version>1.36</jmh .version>
35
35
<javac .target>11</javac .target>
36
- <java .server.sdk.version>2.2.1 </java .server.sdk.version>
36
+ <java .server.sdk.version>2.3.0 </java .server.sdk.version>
37
37
<uberjar .name>java-server-sdk-benchmarks</uberjar .name>
38
38
</properties >
39
39
Original file line number Diff line number Diff line change 31
31
32
32
group = " com.devcycle"
33
33
archivesBaseName = " java-server-sdk"
34
- version = " 2.2.1 "
34
+ version = " 2.3.0 "
35
35
36
36
publishing {
37
37
publications {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public class PlatformData {
28
28
private PlatformData .SdkTypeEnum sdkType = PlatformData .SdkTypeEnum .SERVER ;
29
29
@ Schema (description = "DevCycle SDK Version" )
30
30
@ Builder .Default
31
- private String sdkVersion = "2.2.1 " ;
31
+ private String sdkVersion = "2.3.0 " ;
32
32
@ Schema (description = "Hostname where the SDK is running" )
33
33
private String hostname ;
34
34
You can’t perform that action at this time.
0 commit comments