Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 24, 2023
1 parent 11c8599 commit 21f348b
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 @@ -28,7 +28,7 @@ export const httpStatusCodesRetryable: readonly number[] = Object.freeze([
/**
* exFetch default user agent.
*/
export const userAgentDefault = `Deno/${Deno.version.deno}-${Deno.build.target} exFetch/0.3.0`;
export const userAgentDefault = `Deno/${Deno.version.deno}-${Deno.build.target} exFetch/0.3.1`;
/**
* @access private
*/
Expand Down

0 comments on commit 21f348b

Please sign in to comment.