diff --git a/example/simple-job/dev/kcl.mod b/example/simple-job/dev/kcl.mod index 51991b4a..807cb40e 100644 --- a/example/simple-job/dev/kcl.mod +++ b/example/simple-job/dev/kcl.mod @@ -4,6 +4,6 @@ edition = "0.1.0" version = "0.1.0" [dependencies] -catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.1" } +catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" } [profile] entries = ["main.k"] diff --git a/example/simple-service/dev/kcl.mod b/example/simple-service/dev/kcl.mod index cc4bc59b..5c942df1 100644 --- a/example/simple-service/dev/kcl.mod +++ b/example/simple-service/dev/kcl.mod @@ -4,7 +4,7 @@ edition = "0.1.0" version = "0.1.0" [dependencies] -catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.1" } +catalog = { git = "https://github.com/KusionStack/catalog.git", tag = "0.1.2" } [profile] entries = ["main.k"]