diff --git a/main.go b/main.go index f4d0e9d..b2a8538 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( const cmdName = "fdroidcl" -const version = "v0.6.0" +const version = "v0.7.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 ea58e2e..32e0ffc 100644 --- a/testdata/scripts/cmds.txt +++ b/testdata/scripts/cmds.txt @@ -11,7 +11,7 @@ stderr '^usage: fdroidcl \[-h' # ! stdout . fdroidcl version -stdout '^v0\.6' +stdout '^v0\.7' ! fdroidcl -badflag -- somepkg stderr '-badflag'