From 296ea1243bf0e1ffff0ddb61c0c71fb1f2b5cccb Mon Sep 17 00:00:00 2001 From: leedongmyung Date: Thu, 16 Apr 2026 10:23:42 +0900 Subject: [PATCH] =?UTF-8?q?Sync=20=EC=97=90=EC=84=9C=20versioneh=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agent-ops/.version | 2 +- agent-ops/bin/sync.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/agent-ops/.version b/agent-ops/.version index 45a1b3f..8428158 100644 --- a/agent-ops/.version +++ b/agent-ops/.version @@ -1 +1 @@ -1.1.2 +1.1.2 \ No newline at end of file diff --git a/agent-ops/bin/sync.sh b/agent-ops/bin/sync.sh index 62155ce..6706663 100755 --- a/agent-ops/bin/sync.sh +++ b/agent-ops/bin/sync.sh @@ -132,6 +132,7 @@ if [[ "$IS_FRAMEWORK" == "1" ]]; then else echo " 이후 진행: common/ 동기화" sync_common "$SRC_AO" "$DST_AO" + cp "$SRC_AO/.version" "$DST_AO/.version" apply_entry_files "$SRC_AO/rules/common/rules.md" "$TARGET" fi echo -e "${GREEN}✓ 완료 → $(basename "$TARGET")${RESET}"