diff --git a/bin/c3-amazon-connect.ts b/bin/c3-amazon-connect.ts index 589f26b..d8d4801 100644 --- a/bin/c3-amazon-connect.ts +++ b/bin/c3-amazon-connect.ts @@ -32,7 +32,7 @@ async function getMostRecentGitTag(): Promise { return stdout.trim(); } catch (error) { console.error('Error fetching the most recent git tag:', error); - return 'v?.?.?'; + return 'v1.2.1'; } }