Skip to content

Commit 88ac53c

Browse files
committed
remove unused regex constant
1 parent c77eec0 commit 88ac53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/internal/src/utils/version-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export async function getLatestAgentVersion(
8181
}
8282
}
8383

84-
const versionRegex = /^(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$/
8584
/**
8685
* Determine the next version for an agent
8786
* - If no version is provided and agent exists, increment patch of latest version

0 commit comments

Comments
 (0)