Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 2, 2023
1 parent 8f57ea8 commit 13f9932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const httpStatusCodesRetryable: readonly number[] = Object.freeze([
/**
* exFetch default user agent.
*/
export const userAgentDefault = `Deno/${Deno.version.deno}-${Deno.build.target} exFetch/0.2.0`;
export const userAgentDefault = `Deno/${Deno.version.deno}-${Deno.build.target} exFetch/0.2.3`;
/**
* exFetch event name.
*/
Expand Down

0 comments on commit 13f9932

Please sign in to comment.