Skip to content

Commit e84e89b

Browse files
committed
bump 6.4.2
1 parent fb35da4 commit e84e89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func Run() (err error) {
3232
app := cli.NewApp()
3333
app.Name = "croc"
3434
if Version == "" {
35-
Version = "v6.4.2-cbc55a8"
35+
Version = "v6.4.2-fb35da4"
3636
}
3737
app.Version = Version
3838
app.Compiled = time.Now()

0 commit comments

Comments
 (0)