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 5bdd445 commit 3c1d60dCopy full SHA for 3c1d60d
src/cli/cli.go
@@ -35,7 +35,7 @@ func Run() (err error) {
35
app := cli.NewApp()
36
app.Name = "croc"
37
if Version == "" {
38
- Version = "v9.6.3-5b333fc"
+ Version = "v9.6.3-5bdd445"
39
}
40
app.Version = Version
41
app.Compiled = time.Now()
0 commit comments