From 5c18d308bbc2d22b54472fa9f9bba16df84b0388 Mon Sep 17 00:00:00 2001 From: chendelian <116870791@qq.com> Date: Sun, 10 May 2026 10:08:13 +0800 Subject: [PATCH] chore: bump version to 1.0.14 for release Co-authored-by: Cursor --- SKILL.md | 2 +- scripts/util/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index e029e4b..71793a6 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,7 +1,7 @@ --- name: 技能开发模板(通用业务版) description: "OpenClaw 通用业务技能开发模板,覆盖任务执行、日志记录、外部系统对接、隔离测试等典型能力。复制后请按 references/DEVELOPMENT.md 完成定制。" -version: 1.0.13 +version: 1.0.14 author: 深圳匠厂科技有限公司 metadata: openclaw: diff --git a/scripts/util/constants.py b/scripts/util/constants.py index 017e647..d44c0a5 100644 --- a/scripts/util/constants.py +++ b/scripts/util/constants.py @@ -1,5 +1,5 @@ """技能标识与版本(复制后请修改)。""" SKILL_SLUG = "your-skill-slug" -SKILL_VERSION = "1.0.13" +SKILL_VERSION = "1.0.14" LOG_LOGGER_NAME = "openclaw.skill.your_skill_slug"