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-06-01 09:54:56 -07:00
parent ca3921efb0
commit 14252d436f

View File

@ -1,7 +1,7 @@
package cointop
// TODO: make dynamic based on git tag
const version = "1.2.0"
const version = "1.2.1"
func (ct *Cointop) version() string {
return version