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 e71bdf7 commit d145293Copy full SHA for d145293
1 file changed
goawk.go
@@ -43,7 +43,7 @@ import (
43
)
44
45
const (
46
- version = "v1.9.1"
+ version = "v1.9.2"
47
copyright = "GoAWK " + version + " - Copyright (c) 2021 Ben Hoyt"
48
shortUsage = "usage: goawk [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]"
49
longUsage = `Standard AWK arguments:
0 commit comments