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

update version

This commit is contained in:
Zack Scholl 2021-04-17 10:33:38 -07:00
parent 8148e191ae
commit 0a0f7a03d7
11 changed files with 31 additions and 31 deletions

View file

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