We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503303e commit a893ec8Copy full SHA for a893ec8
version.go
@@ -2,7 +2,7 @@ package meilisearch
2
3
import "fmt"
4
5
-const VERSION = "0.26.0"
+const VERSION = "0.26.1"
6
7
func GetQualifiedVersion() (qualifiedVersion string) {
8
return getQualifiedVersion(VERSION)
0 commit comments