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 b9b22ad commit 77732c4Copy full SHA for 77732c4
src/cli/cli.go
@@ -33,7 +33,7 @@ func Run() (err error) {
33
app := cli.NewApp()
34
app.Name = "croc"
35
if Version == "" {
36
- Version = "v8.6.0-7a73e49"
+ Version = "v8.6.0-b9b22ad"
37
}
38
app.Version = Version
39
app.Compiled = time.Now()
0 commit comments