From 9a4861eff2f12fc24be86e162be8a9b46c68f9f6 Mon Sep 17 00:00:00 2001 From: tx7do Date: Thu, 14 Nov 2024 14:11:32 +0800 Subject: [PATCH] feat: refactor go.mod. --- bootstrap/bootstrap.go | 2 +- tag.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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