We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07f4211 + c4fc45e commit 3bafcc9Copy full SHA for 3bafcc9
version.go
@@ -2,7 +2,7 @@ package meilisearch
2
3
import "fmt"
4
5
-const VERSION = "0.19.1"
+const VERSION = "0.19.2"
6
7
func GetQualifiedVersion() (qualifiedVersion string) {
8
return getQualifiedVersion(VERSION)
0 commit comments