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 5c4db82 commit d2d44efCopy full SHA for d2d44ef
src/cli/cli.go
@@ -36,7 +36,7 @@ func Run() (err error) {
36
app := cli.NewApp()
37
app.Name = "croc"
38
if Version == "" {
39
- Version = "v10.1.0"
+ Version = "v10.1.2"
40
}
41
app.Version = Version
42
app.Compiled = time.Now()
0 commit comments