summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Mota <miguelmota2@gmail.com>2019-04-23 00:23:58 -0700
committerMiguel Mota <miguelmota2@gmail.com>2019-04-23 00:23:58 -0700
commit4cc578ed3665800aa73b0824582b3265805e435c (patch)
tree158586a7a251c560ca0d738b0e70d892585d9882
parentccd7f74f2619d50c09667ca392378c57c8f6514d (diff)
1.1.51.1.5
-rw-r--r--cointop/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cointop/version.go b/cointop/version.go
index f12ba4f..067141a 100644
--- a/cointop/version.go
+++ b/cointop/version.go
@@ -1,7 +1,7 @@
package cointop
// TODO: make dynamic based on git tag
-const version = "1.1.4"
+const version = "1.1.5"
func (ct *Cointop) version() string {
return version