diff --git a/agent-ops/.version b/agent-ops/.version index 781dcb0..65087b4 100644 --- a/agent-ops/.version +++ b/agent-ops/.version @@ -1 +1 @@ -1.1.3 +1.1.4 diff --git a/agent-ops/bin/sync.sh b/agent-ops/bin/sync.sh index 6706663..62155ce 100755 --- a/agent-ops/bin/sync.sh +++ b/agent-ops/bin/sync.sh @@ -132,7 +132,6 @@ 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}"