From a228af1728ed5b734aca65a6b0b5666c0ae067e1 Mon Sep 17 00:00:00 2001 From: healthjyk Date: Thu, 11 Jan 2024 16:46:58 +0800 Subject: [PATCH] feat: update example service-multi-stack --- example/service-multi-stack/dev/kcl.mod | 3 ++- example/service-multi-stack/prod/kcl.mod | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/example/service-multi-stack/dev/kcl.mod b/example/service-multi-stack/dev/kcl.mod index 37f09312..9420f0bb 100644 --- a/example/service-multi-stack/dev/kcl.mod +++ b/example/service-multi-stack/dev/kcl.mod @@ -4,7 +4,8 @@ edition = "0.5.0" version = "0.1.0" [dependencies] -catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.0" } +catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" } + [profile] entries = ["../base/base.k", "main.k"] diff --git a/example/service-multi-stack/prod/kcl.mod b/example/service-multi-stack/prod/kcl.mod index cf0fe1ad..8a748ab9 100644 --- a/example/service-multi-stack/prod/kcl.mod +++ b/example/service-multi-stack/prod/kcl.mod @@ -4,7 +4,7 @@ edition = "0.5.0" version = "0.1.0" [dependencies] -catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.0" } +catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" } [profile] entries = ["../base/base.k", "main.k"]