1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 09:56:07 +03:00

fq: Update version to 0.0.6

This commit is contained in:
Mattias Wadman 2022-03-11 17:01:56 +01:00
parent 7cea8757b1
commit 18b3da4de9

2
fq.go
View File

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