We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb35da4 commit e84e89bCopy full SHA for e84e89b
src/cli/cli.go
@@ -32,7 +32,7 @@ func Run() (err error) {
32
app := cli.NewApp()
33
app.Name = "croc"
34
if Version == "" {
35
- Version = "v6.4.2-cbc55a8"
+ Version = "v6.4.2-fb35da4"
36
}
37
app.Version = Version
38
app.Compiled = time.Now()
0 commit comments