From 14f5f165ca0510c3b5a8efe24bf4e4a042d26beb Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Sun, 9 Dec 2018 11:32:15 +0100 Subject: [PATCH] chore: version bump --- hbci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbci.go b/hbci.go index 9eabfbc..96883ad 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.5" +const Version = "0.2.0" // SetDebugMode enables or disables logging on the debug logger func SetDebugMode(debug bool) {