From 901c5b31497d2b6c94b6a6ee50587abdfda0d9a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 5 Feb 2019 22:46:36 +0000 Subject: [PATCH] bump to v0.5.0 --- main.go | 2 +- testdata/scripts/cmds.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 708179e..0361436 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( const cmdName = "fdroidcl" -const version = "v0.4.0" +const version = "v0.5.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 1d5d11a..a000328 100644 --- a/testdata/scripts/cmds.txt +++ b/testdata/scripts/cmds.txt @@ -10,7 +10,7 @@ stderr '^usage: fdroidcl \[-h' ! stdout . fdroidcl version -stdout '^v0\.4' +stdout '^v0\.5' ! fdroidcl -badflag -- somepkg stderr '-badflag'