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 5369fbc commit d6694a9Copy full SHA for d6694a9
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.9-03d9785"
+ Version = "v6.4.9-5369fbc"
36
}
37
app.Version = Version
38
app.Compiled = time.Now()
0 commit comments