Skip to content

Commit a3632e6

Browse files
committed
Bump version number to v1.31.0 for release
1 parent 3586d05 commit a3632e6

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
@@ -47,7 +47,7 @@ import (
4747
)
4848

4949
const (
50-
version = "v1.30.1"
50+
version = "v1.31.0"
5151
copyright = "GoAWK " + version + " - Copyright (c) 2022 Ben Hoyt"
5252
shortUsage = "usage: goawk [-F fs] [-v var=value] [-f progfile | 'prog'] [file ...]"
5353
longUsage = `Standard AWK arguments:

0 commit comments

Comments
 (0)