Browse Source

v0.6.0

pull/70/head v0.6.0
Linus789 3 years ago
parent
commit
a85624b334
  1. 2
      main.go
  2. 2
      testdata/scripts/cmds.txt

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

2
testdata/scripts/cmds.txt vendored

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

Loading…
Cancel
Save