Skip to content

Commit

Permalink
chore: bump to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch000001 committed Jan 3, 2018
1 parent eb81ac0 commit 4450b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hbci.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package hbci

import "github.com/mitch000001/go-hbci/internal"

const Version = "0.0.3"
const Version = "0.1.0"

func SetDebugMode(debug bool) {
internal.SetDebugMode(debug)
Expand Down

0 comments on commit 4450b6f

Please sign in to comment.