diff --git a/VERSION b/VERSION index 81340c7..bbdeab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.4 +0.0.5 diff --git a/main.go b/main.go index 7161074..de10f03 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "github.com/ethereum/go-ethereum/log" ) -const version = "0.0.4" +const version = "0.0.5" type commandFunc func(*scard.Card) error