From 389d2d9c812d2134310306d3093cc3fd4acd3ab6 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Sun, 28 Apr 2019 13:24:14 +0200 Subject: [PATCH] chore: version bump --- hbci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {