Skip to content

Commit fa6df5c

Browse files
committed
chore: bump version to v1.30.1 for release
1 parent 6c94396 commit fa6df5c

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.0"
50+
version = "v1.30.1"
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)