Skip to content

Commit 18e9a55

Browse files
bors[bot]alallema
andauthored
Merge #421
421: Update version for the next release (v0.23.1) r=alallema a=alallema _This PR is auto-generated._ The automated script updates the version of meilisearch-go to a new version: "v0.23.1" Co-authored-by: Amélie <[email protected]>
2 parents c245960 + 7525450 commit 18e9a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package meilisearch
22

33
import "fmt"
44

5-
const VERSION = "0.23.0"
5+
const VERSION = "0.23.1"
66

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

0 commit comments

Comments
 (0)