1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 12:05:39 +03:00

fq: Update version to 0.0.4

This commit is contained in:
Mattias Wadman 2022-01-21 13:54:07 +01:00
parent 8d10423d06
commit aa7adb681d

2
fq.go
View File

@ -6,7 +6,7 @@ import (
"github.com/wader/fq/pkg/cli"
)
const version = "0.0.3"
const version = "0.0.4"
func main() {
cli.Main(registry.Default, version)