Skip to content

Commit 0188a2d

Browse files
Merge #512
512: Update version for the next release (v0.26.2) r=curquiza a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-go to a new version: "v0.26.2" Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
2 parents 32d04bf + aaba7c4 commit 0188a2d

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.26.1"
5+
const VERSION = "0.26.2"
66

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

0 commit comments

Comments
 (0)