From a85624b33480ea6eadc91e84295e00e081db2e30 Mon Sep 17 00:00:00 2001 From: Linus789 Date: Thu, 12 Jan 2023 22:51:26 +0100 Subject: [PATCH] v0.6.0 --- main.go | 2 +- testdata/scripts/cmds.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 3e8d868..3f2f417 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( const cmdName = "fdroidcl" -const version = "v0.5.0" +const version = "v0.6.0" func subdir(dir, name string) string { p := filepath.Join(dir, name) diff --git a/testdata/scripts/cmds.txt b/testdata/scripts/cmds.txt index a04ee1f..ea58e2e 100644 --- a/testdata/scripts/cmds.txt +++ b/testdata/scripts/cmds.txt @@ -11,7 +11,7 @@ stderr '^usage: fdroidcl \[-h' # ! stdout . fdroidcl version -stdout '^v0\.5' +stdout '^v0\.6' ! fdroidcl -badflag -- somepkg stderr '-badflag'