1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

bump 8.0.0

This commit is contained in:
Zack Scholl 2020-02-28 16:57:46 -08:00
parent 788a63cfa6
commit bc1f89ff68
12 changed files with 32 additions and 47 deletions

View file

@ -8,7 +8,7 @@ package main
import (
"fmt"
"github.com/schollz/croc/v6/src/cli"
"github.com/schollz/croc/v8/src/cli"
)
func main() {