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