Skip to content

Commit d145293

Browse files
committed
Bump up patch version number
1 parent e71bdf7 commit d145293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

goawk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ import (
4343
)
4444

4545
const (
46-
version = "v1.9.1"
46+
version = "v1.9.2"
4747
copyright = "GoAWK " + version + " - Copyright (c) 2021 Ben Hoyt"
4848
shortUsage = "usage: goawk [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]"
4949
longUsage = `Standard AWK arguments:

0 commit comments

Comments
 (0)