Skip to content

Commit 38e32f6

Browse files
author
Sergey Shelomentsev
committed
chore: missed v6.0.0 updates
1 parent d03a8dd commit 38e32f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
projectVersion = 5.1.1
1+
projectVersion = 6.0.0

scripts/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION='5.1.1'
3+
VERSION='6.0.0'
44

55
while getopts "v:" arg; do
66
case $arg in

sdk/src/main/java/com/fingerprint/api/FingerprintApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.7.0")
3131
public class FingerprintApi {
32-
public static final String INTEGRATION_INFO = "fingerprint-pro-server-java-sdk/5.1.1";
32+
public static final String INTEGRATION_INFO = "fingerprint-pro-server-java-sdk/6.0.0";
3333
private ApiClient apiClient;
3434

3535
public FingerprintApi() {

sdk/src/main/java/com/fingerprint/sdk/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public ApiClient(Map<String, Authentication> authMap) {
135135
this.dateFormat = new RFC3339DateFormat();
136136

137137
// Set default User-Agent.
138-
setUserAgent("OpenAPI-Generator/5.1.1/java");
138+
setUserAgent("OpenAPI-Generator/6.0.0/java");
139139

140140
// Setup authentications (key: authentication name, value: authentication).
141141
authentications = new HashMap<>();

0 commit comments

Comments
 (0)