Browse Source

v0.8.0

pull/83/head v0.8.0
Thomas Dickson 11 months ago
parent
commit
f977a6cfca
  1. 2
      main.go
  2. 2
      testdata/scripts/cmds.txt

2
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)

2
testdata/scripts/cmds.txt vendored

@ -11,7 +11,7 @@ stderr '^usage: fdroidcl \[-h'
# ! stdout .
fdroidcl version
stdout '^v0\.7'
stdout '^v0\.8'
! fdroidcl -badflag -- somepkg
stderr '-badflag'

Loading…
Cancel
Save