Skip to content

Commit 6ba8ef3

Browse files
committed
Bump version for v1.30.0 release
1 parent 5b2b517 commit 6ba8ef3

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