Skip to content

Commit e56172a

Browse files
meili-bors[bot]meili-botStrift
authored
Merge #608
608: Update version for the next release (v0.31) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-go to a new version: "v0.31" 👇 CHANGELOG ## ✨ New * [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) is now stable `@/Strift` ## 🚀 Enhancements * GetTasks: allow for reverse param (#603) `@/cosmastech` Thanks again to `@/cosmastech,` `@/Strift` and [dependabot[bot]](https://github.com/apps/dependabot)! 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Laurent Cazanove <[email protected]>
2 parents fc837e6 + 206d751 commit e56172a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meilisearch
22

33
import "fmt"
44

5-
const VERSION = "0.30.0"
5+
const VERSION = "0.31.0"
66

77
func GetQualifiedVersion() (qualifiedVersion string) {
88
return getQualifiedVersion(VERSION)

0 commit comments

Comments
 (0)