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