We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9099d51 commit c68801aCopy full SHA for c68801a
internal/runner/banner.go
@@ -18,7 +18,7 @@ var banner = fmt.Sprintf(`
18
|_| |____|___/_/\_\ %s
19
`, version)
20
21
-const version = "v1.2.1"
+const version = "v1.2.2"
22
23
// validateOptions validates the provided options for crawler
24
func (r *Runner) validateOptions() error {
0 commit comments