Skip to content

Commit

Permalink
Merge pull request #346 from customer-dynamics/release/3.0.2
Browse files Browse the repository at this point in the history
release: v3.0.2
  • Loading branch information
hendrickson-tyler authored Sep 11, 2024
2 parents a089e23 + e7437d3 commit 9146fcb
Show file tree
Hide file tree
Showing 3 changed files with 479 additions and 478 deletions.
2 changes: 1 addition & 1 deletion bin/c3-amazon-connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function getMostRecentGitTag(): Promise<string> {
return stdout.trim();
} catch (error) {
console.error('Error fetching the most recent git tag:', error);
return 'v3.0.1';
return 'v3.0.2';
}
}

Expand Down
Loading

0 comments on commit 9146fcb

Please sign in to comment.