Skip to content

Commit

Permalink
Merge pull request #333 from customer-dynamics/release-fixes
Browse files Browse the repository at this point in the history
release: v3.0.1
  • Loading branch information
hendrickson-tyler authored Aug 27, 2024
2 parents 4cf3b84 + 5017729 commit 2051fca
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 195 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.0';
return 'v3.0.1';
}
}

Expand Down
Loading

0 comments on commit 2051fca

Please sign in to comment.