Skip to content

Commit

Permalink
Merge #608
Browse files Browse the repository at this point in the history
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 <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Laurent Cazanove <lau.cazanove@gmail.com>
  • Loading branch information
3 people authored Feb 19, 2025
2 parents fc837e6 + 206d751 commit e56172a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package meilisearch

import "fmt"

const VERSION = "0.30.0"
const VERSION = "0.31.0"

func GetQualifiedVersion() (qualifiedVersion string) {
return getQualifiedVersion(VERSION)
Expand Down

0 comments on commit e56172a

Please sign in to comment.