Skip to content

Commit 060af37

Browse files
committed
chore: bump CLI to v0.9.1 — Go proxy cache poisoned for v0.9.0
v0.9.0 was indexed during a transient GitHub connectivity failure, leaving the Go module proxy with a cached error. Bumping to v0.9.1 so the proxy fetches a clean copy.
1 parent 74da730 commit 060af37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/abby/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/spf13/cobra"
1010
)
1111

12-
const cliVersion = "0.9.0"
12+
const cliVersion = "0.9.1"
1313

1414
func main() {
1515
root := newRootCommand()

0 commit comments

Comments
 (0)