diff --git a/bootstrap/bootstrap.go b/bootstrap/bootstrap.go index 1abda29..9d15ce9 100644 --- a/bootstrap/bootstrap.go +++ b/bootstrap/bootstrap.go @@ -18,7 +18,7 @@ import ( ) var ( - Service = config.NewServiceInfo( + Service = utils.NewServiceInfo( "", "1.0.0", "", diff --git a/tag.bat b/tag.bat index f38283e..1ec2a11 100644 --- a/tag.bat +++ b/tag.bat @@ -17,7 +17,7 @@ git tag database/influxdb/v0.0.1 --force git tag database/cassandra/v0.0.1 --force git tag database/clickhouse/v0.0.2 --force -git tag bootstrap/v0.0.5 --force +git tag bootstrap/v0.0.6 --force git tag v0.5.0