Skip to content

Commit f43c8a9

Browse files
committed
Update version.go
1 parent a5a58fb commit f43c8a9

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

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

0 commit comments

Comments
 (0)