Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus789 committed Jan 12, 2023
1 parent 1dfd918 commit a85624b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion testdata/scripts/cmds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stderr '^usage: fdroidcl \[-h'
# ! stdout .

fdroidcl version
stdout '^v0\.5'
stdout '^v0\.6'

! fdroidcl -badflag -- somepkg
stderr '-badflag'
Expand Down

0 comments on commit a85624b

Please sign in to comment.