From d2350a38bb4be3dd4ef82dd058670513370e607e Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Sun, 8 Sep 2019 09:52:04 -0700 Subject: [PATCH] v1.3.5 --- cointop/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cointop/version.go b/cointop/version.go index 2660fce..d386810 100644 --- a/cointop/version.go +++ b/cointop/version.go @@ -6,7 +6,7 @@ import ( ) // TODO: make dynamic based on git tag -const version = "1.3.4" +const version = "1.3.5" // Version returns the cointop version func (ct *Cointop) Version() string {