diff --git a/main.go b/main.go index f16972f..0fb0b65 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( const cmdName = "fdroidcl" -const version = "v0.7.0" +const version = "v0.8.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 32e0ffc..fb24d19 100644 --- a/testdata/scripts/cmds.txt +++ b/testdata/scripts/cmds.txt @@ -11,7 +11,7 @@ stderr '^usage: fdroidcl \[-h' # ! stdout . fdroidcl version -stdout '^v0\.7' +stdout '^v0\.8' ! fdroidcl -badflag -- somepkg stderr '-badflag'