diff --git a/hbci.go b/hbci.go index a1dd22a..a066cff 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.3.1" +const Version = "0.3.2" // SetDebugMode enables or disables logging on the debug logger func SetDebugMode(debug bool) {