1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00

fq: Update version to 0.0.5

This commit is contained in:
Mattias Wadman 2022-02-13 23:47:45 +01:00
parent cdfd052460
commit aef476deef

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.4" const version = "0.0.5"
func main() { func main() {
cli.Main(registry.Default, version) cli.Main(registry.Default, version)