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