Skip to content

Commit ac2400b

Browse files
committed
Bump version number to v1.9.1 (and copyright year to 2021)
1 parent 51f19d5 commit ac2400b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

goawk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ import (
4343
)
4444

4545
const (
46-
version = "v1.9.0"
47-
copyright = "GoAWK " + version + " - Copyright (c) 2019 Ben Hoyt"
46+
version = "v1.9.1"
47+
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:
5050
-F separator

0 commit comments

Comments
 (0)