From 9bedb942614f4557f3b398f84adb7b81de467167 Mon Sep 17 00:00:00 2001 From: ffforest Date: Thu, 11 Jan 2024 15:34:58 +0800 Subject: [PATCH] chore: update catalog version to 0.1.2 --- example/simple-job/dev/kcl.mod | 2 +- example/simple-service/dev/kcl.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]