bump version

This commit is contained in:
Andrea Franz 2019-04-09 13:19:06 +02:00
parent f4bed2722b
commit 4392c561b5
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.0.4
0.0.5

View File

@ -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