We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81d8b1 commit c1edaa4Copy full SHA for c1edaa4
pkg/engine/engine.go
@@ -14,7 +14,7 @@ import (
14
"sync"
15
)
16
17
-var version = build.NewVersion(0, 89, 2)
+var version = build.NewVersion(0, 89, 3)
18
19
// Options are search creation options.
20
type Options struct {
0 commit comments