Skip to content

Commit b0f1c00

Browse files
committed
Bump up version for v1.29.0 release
1 parent 0df77ff commit b0f1c00

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