From c5fc1a5b7d7fc7ddfebb1ba1e9fceb101af6400f Mon Sep 17 00:00:00 2001 From: Bobo Date: Mon, 2 Jun 2025 15:19:01 +0800 Subject: [PATCH] feat: config. --- tag.bat | 2 +- upgrade.bat | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/tag.bat b/tag.bat index 7100937..466f5e0 100644 --- a/tag.bat +++ b/tag.bat @@ -32,7 +32,7 @@ git tag remoteconfig/kubernetes/v0.1.0 --force git tag remoteconfig/nacos/v0.1.1 --force git tag remoteconfig/polaris/v0.1.0 --force -git tag bootstrap/v0.0.16 --force +git tag bootstrap/v0.0.17 --force git tag v0.6.0 diff --git a/upgrade.bat b/upgrade.bat index 7528ca6..2d65cfb 100644 --- a/upgrade.bat +++ b/upgrade.bat @@ -47,10 +47,6 @@ cd %DIR%\remoteconfig\polaris go get all go mod tidy -cd %DIR%\config -go get all -go mod tidy - cd %DIR%\registry go get all