diff --git a/hbci.go b/hbci.go index 8e38420..9eabfbc 100644 --- a/hbci.go +++ b/hbci.go @@ -3,7 +3,7 @@ package hbci import "github.com/mitch000001/go-hbci/internal" // Version represents the current library version -const Version = "0.1.4" +const Version = "0.1.5" // SetDebugMode enables or disables logging on the debug logger func SetDebugMode(debug bool) {