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 ae4b2f3 commit bd6c2d5Copy full SHA for bd6c2d5
src/main/java/com/meilisearch/sdk/Version.java
@@ -1,7 +1,7 @@
1
package com.meilisearch.sdk;
2
3
public class Version {
4
- static final String VERSION = "0.17.0";
+ static final String VERSION = "0.17.1";
5
6
public static String getQualifiedVersion() {
7
return "Meilisearch Java (v" + VERSION + ")";
0 commit comments