2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-05 00:00:14 +00:00
This commit is contained in:
Miguel Mota 2019-04-23 00:23:58 -07:00
parent ccd7f74f26
commit 4cc578ed36

View File

@ -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